File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -179,7 +179,8 @@ Controls the durability vs. performance trade-off:
179179| -----------| ---------| -------------|
180180| ` sync_mode ` | ` normal ` | Sync mode: ` none ` , ` normal ` , or ` full ` |
181181| ` checkpoint_interval ` | ` 60 ` | Seconds between checkpoint cycles (seal + compact + WAL truncate) |
182- | ` compact_threshold ` | ` 4 ` | Number of cold volumes before compaction merges them |
182+ | ` compact_threshold ` | ` 4 ` | Sub-target volumes per table before merging |
183+ | ` target_volume_rows ` | ` 1048576 ` | Target rows per cold volume. Controls compaction split boundary |
183184| ` checkpoint_on_close ` | ` on ` | Seal all hot rows on clean shutdown for fast startup |
184185| ` wal_compression ` | ` on ` | LZ4 compression for WAL entries |
185186| ` volume_compression ` | ` on ` | LZ4 compression for cold volume files |
You can’t perform that action at this time.
0 commit comments