mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-06 21:32:58 +00:00
feat: manual compaction (#3988)
* add compaction udf params * wip: pass compaction options through grpc * wip: pass compaction options all the way down to region server * wip: window compaction task * feat: trigger major compaction * refactor: optimize compaction parameter parsing * chore: rebase main * chore: update proto * chore: add some tests * feat: validate catalog * chore: fix typo and rebase main * fix: some cr comments * fix: file_time_bucket_span * fix: avoid upper bound overflow * chore: update proto
This commit is contained in:
@@ -120,7 +120,7 @@ etcd-client = { git = "https://github.com/MichaelScofield/etcd-client.git", rev
|
||||
fst = "0.4.7"
|
||||
futures = "0.3"
|
||||
futures-util = "0.3"
|
||||
greptime-proto = { git = "https://github.com/GreptimeTeam/greptime-proto.git", rev = "a11db14b8502f55ca5348917fd18e6fcf140f55e" }
|
||||
greptime-proto = { git = "https://github.com/GreptimeTeam/greptime-proto.git", rev = "3cd71167ee067c5679a7fb17cf58bdfbb5487a0d" }
|
||||
humantime = "2.1"
|
||||
humantime-serde = "1.1"
|
||||
itertools = "0.10"
|
||||
|
||||
Reference in New Issue
Block a user