We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6244c8e commit 263976eCopy full SHA for 263976e
docs/feature/storage/index.md
@@ -105,8 +105,9 @@ always-on analytics environments where data never stops flowing in.
105
:Segment merges:
106
107
When data is written to CrateDB, it is written into subsequent immutable
108
- segments on disk. Over time, these segments are merged into larger ones by
109
- background tasks, balancing I/O load with query performance.
+ segments on disk. Over time, to reduce their number, these segments are
+ merged into larger ones by background tasks, balancing I/O load with
110
+ query performance.
111
112
This process, known as segment merging, achieves three critical optimizations:
113
- Space compaction: Merging removes deleted or superseded records, freeing disk
0 commit comments