This is an automated email from the ASF dual-hosted git repository.
jiacai2050 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/horaedb.git
from 6cdf2e66 feat: init compact scheduler (#1601)
add 897d5d11 support pick ssts
add ef042380 fix cr
add 3bd961a8 refactor
add 81be994e fix lint
new 4d8571ff Merge pull request #1603 from baojinri/feat-support-pick-ssts
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:
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]