This is an automated email from the ASF dual-hosted git repository. englefly pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 48935c14e2c [Improvement](variant) limit the column size on tablet schema (#27399) (#27785) add e80526ee3a7 [opt](nereids)remove partition & histogram from col stats to reduce memory usage #27885 No new revisions were added by this update. Summary of changes: .../doris/nereids/stats/ExpressionEstimation.java | 4 +- .../doris/nereids/stats/FilterEstimation.java | 113 --------------------- .../doris/nereids/stats/StatsCalculator.java | 35 ------- .../apache/doris/statistics/ColumnStatistic.java | 36 +------ .../doris/statistics/ColumnStatisticBuilder.java | 37 +------ .../apache/doris/statistics/StatisticsCache.java | 43 -------- .../doris/nereids/util/HyperGraphBuilder.java | 4 +- .../org/apache/doris/statistics/CacheTest.java | 4 +- .../doris/statistics/StatsDeriveResultTest.java | 4 +- 9 files changed, 13 insertions(+), 267 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org