This is an automated email from the ASF dual-hosted git repository.
kxiao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 09d187ec77 [improvement](ck jdbc) Optimized reading of datetime and ip
types of the ClickHouse JDBC Catalog (#20804)
add 2a2e485456 [Enhancement](compaction) time-series scenario cumulative
compaction policy (#20715)
No new revisions were added by this update.
Summary of changes:
be/src/common/config.cpp | 14 +
be/src/common/config.h | 11 +
be/src/olap/cumulative_compaction_policy.cpp | 6 +-
be/src/olap/cumulative_compaction_policy.h | 6 +-
.../cumulative_compaction_time_series_policy.cpp | 248 ++++++++++++++
.../cumulative_compaction_time_series_policy.h | 64 ++++
be/src/olap/tablet.cpp | 13 +-
be/src/olap/tablet.h | 4 +-
...ulative_compaction_time_series_policy_test.cpp} | 371 +++++++--------------
docs/en/docs/admin-manual/config/be-config.md | 27 ++
docs/zh-CN/docs/admin-manual/config/be-config.md | 27 ++
11 files changed, 530 insertions(+), 261 deletions(-)
create mode 100644 be/src/olap/cumulative_compaction_time_series_policy.cpp
create mode 100644 be/src/olap/cumulative_compaction_time_series_policy.h
copy be/test/olap/{cumulative_compaction_policy_test.cpp =>
cumulative_compaction_time_series_policy_test.cpp} (62%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]