File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -74,11 +74,13 @@ a column store for fast sorting and aggregations.
7474 This storage layout improves the performance of sorting, grouping, and aggregations,
7575 by keeping field data for one column packed at one place rather than scattered across documents.
7676
77- The column store is enabled by default in CrateDB and can optionally be disabled
78- on a per-field level. It does not support container or geographic data types.
79-
8077 For all supported value types, field values are indexed and automatically stored
81- in the column-based store.
78+ in the column-based store. It does not support container or geographic data types.
79+
80+ The column store is enabled by default in CrateDB and can optionally be disabled
81+ on a per-field level. The purpose of disabling is to reduce storage requirements
82+ and achieve better write performance, when the columnar store is not needed for
83+ those columns.
8284
8385## Storage process
8486
You can’t perform that action at this time.
0 commit comments