Skip to content

Commit 546b369

Browse files
committed
Fix README config: add target_volume_rows, update compact_threshold description
1 parent 245b2f8 commit 546b369

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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 |

0 commit comments

Comments
 (0)