[opt](catalog) Reduce the memory footprint of Column#57401
[opt](catalog) Reduce the memory footprint of Column#57401morrySnow merged 1 commit intoapache:masterfrom
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
184d6e7 to
26a90d5
Compare
|
run buildall |
TPC-DS: Total hot run time: 190662 ms |
ClickBench: Total hot run time: 27.54 s |
FE UT Coverage ReportIncrement line coverage |
FE Regression Coverage ReportIncrement line coverage |
FE Regression Coverage ReportIncrement line coverage |
26a90d5 to
d9b01da
Compare
|
run buildall |
ClickBench: Total hot run time: 29.31 s |
FE Regression Coverage ReportIncrement line coverage |
d9b01da to
ab0b741
Compare
|
run buildall |
TPC-DS: Total hot run time: 190019 ms |
ClickBench: Total hot run time: 27.51 s |
FE Regression Coverage ReportIncrement line coverage |
|
PR approved by anyone and no changes requested. |
FE Regression Coverage ReportIncrement line coverage |
| this.defaultValueExprDef = defaultValueExprDef; | ||
| this.comment = comment; | ||
| this.stats = new ColumnStats(); | ||
| this.comment = StringUtils.isBlank(comment) ? null : comment; |
There was a problem hiding this comment.
Can use Strings.emptyToNull
|
PR approved by at least one committer and no changes requested. |
remove useless colstat and let empty attribute to be null to reduce the memory footprint of Column
remove useless colstat and let empty attribute to be null to reduce the memory footprint of Column
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
remove useless colstat and let empty attribute to be null to reduce the memory footprint of Column
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)