mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-04 12:22:55 +00:00
fix: freeze data buffer in shard (#3468)
* feat: call freeze if the active data buffer in a shard is full * chore: more metrics * chore: print metrics * chore: enlarge freeze threshold * test: test freeze * test: fix config test
This commit is contained in:
@@ -789,7 +789,7 @@ intermediate_path = ""
|
||||
[datanode.region_engine.mito.memtable]
|
||||
type = "experimental"
|
||||
index_max_keys_per_shard = 8192
|
||||
data_freeze_threshold = 32768
|
||||
data_freeze_threshold = 131072
|
||||
dedup = true
|
||||
fork_dictionary_bytes = "1GiB"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user