This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch auto-pick-45433-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from 1dcb11a45e7 [opt](catalog) cache the Configuration object (#45433) add 68bcdc074d5 branch-3.0: [improve](variant) only sanitize in debug mode #45689 (#45697) add bfa7ca5fc61 branch-3.0: [fix](memory) Process available memory to increase the Jemalloc cache #45621 (#45666) add d38f410dfc8 branch-3.0: [opt](cloud) reduce cache hotspot table write amplification #45557 (#45677) add c4bee9adb30 branch-3.0: [fix](fold) fixed an issue with be computing constants #43410 (#45691) new d4a5f354dad Merge branch 'branch-3.0' into auto-pick-45433-branch-3.0 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: be/src/cloud/cloud_tablet_hotspot.cpp | 94 +++++++++++++--------- be/src/cloud/cloud_tablet_hotspot.h | 19 +++++ be/src/runtime/memory/global_memory_arbitrator.h | 8 +- be/src/vec/columns/column_object.cpp | 2 + be/src/vec/columns/column_object.h | 2 +- .../main/java/org/apache/doris/common/Config.java | 4 +- .../apache/doris/cloud/CacheHotspotManager.java | 2 +- .../doris/cloud/CacheHotspotManagerUtils.java | 3 +- .../expression/rules/FoldConstantRuleOnBE.java | 12 ++- .../nereids/trees/expressions/LiteralTest.java | 8 +- .../fold_constant/fold_constant_by_be.out | 6 ++ .../fold_constant/fold_constant_by_be.groovy | 11 ++- 12 files changed, 117 insertions(+), 54 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org