LSM-Tree level compaction and memtable flush management
Force a flush of the current memtable to an SSTable on disk.
Trigger a full compaction cycle across all levels to merge and rewrite SSTables.
| Level | SSTables | Size | Status |
|---|---|---|---|
| L{{ level.level }} | {{ level.sst_count }} | {{ formatSize(level.size_kb) }} | @if (level.running) { Running } @else if (level.pending) { Pending } @else { Idle } |