This is an automated email from the ASF dual-hosted git repository. jiacai2050 pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/horaedb.git
commit 4d8571ffa2cc1864defcf4caef9fce2bff0fd46e Merge: 6cdf2e66 81be994e Author: Jiacai Liu <[email protected]> AuthorDate: Wed Dec 11 23:16:36 2024 +0800 Merge pull request #1603 from baojinri/feat-support-pick-ssts ## Rationale Implement pick_candidate for compaction ## Detailed Changes ## Test Plan UT --------- Co-authored-by: jiacai2050 <[email protected]> horaedb/Cargo.lock | 149 ++++++++++++++++++- horaedb/Cargo.toml | 1 + horaedb/metric_engine/Cargo.toml | 1 + horaedb/metric_engine/src/compaction/mod.rs | 6 +- horaedb/metric_engine/src/compaction/picker.rs | 169 +++++++++++++++++++++- horaedb/metric_engine/src/compaction/scheduler.rs | 15 +- horaedb/metric_engine/src/sst.rs | 20 ++- horaedb/metric_engine/src/types.rs | 30 +++- 8 files changed, 370 insertions(+), 21 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
