Merging DataParts
Writes accumulate as multiple immutable DataParts, which keeps ingestion fast. To consolidate them into a single compact part for read-optimized scans, run theMERGE_DATAPARTS command against the current graph:
Automatic, policy-driven background merging — compacting hot subgraphs and converging toward compact forms without an explicit command — is on the roadmap. For now, trigger compaction explicitly with
MERGE_DATAPARTS.Summary
| Feature | Benefit |
|---|---|
| Immutable DataParts | Safe versioning and reuse |
| Parallel write ingestion | High-performance batch processing |
| Shared storage across commits | Lower memory usage, fast snapshots |
| Merge roadmap | Compact layout for ultimate read speed |

