This is an automated email from the ASF dual-hosted git repository.

caiconghui pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.


    from 46ca23f  [Feature] Support Changing the bucketing mode of the table 
from Hash Distribution to Random Distribution (#8259)
     add 0383001  [Enhancement] Support Skipping compaction lower replica where 
select queryable replica for better scan performance (#8146)

No new revisions were added by this update.

Summary of changes:
 be/src/common/config.h                             |  3 -
 be/src/olap/tablet_manager.cpp                     | 65 ++++++----------------
 be/src/olap/tablet_manager.h                       | 14 ++---
 be/src/olap/tablet_meta_manager.cpp                | 21 ++-----
 docs/en/administrator-guide/config/fe_config.md    | 10 ++++
 docs/zh-CN/administrator-guide/config/fe_config.md | 10 ++++
 .../java/org/apache/doris/catalog/Replica.java     |  8 ++-
 .../main/java/org/apache/doris/catalog/Tablet.java | 23 +++++++-
 .../org/apache/doris/catalog/TabletStatMgr.java    | 39 +++++++------
 .../main/java/org/apache/doris/common/Config.java  |  9 ++-
 .../org/apache/doris/planner/OlapScanNode.java     |  6 +-
 gensrc/thrift/BackendService.thrift                |  2 +
 12 files changed, 110 insertions(+), 100 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to