You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/sql.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1923,7 +1923,7 @@ deletion vectors enabled.
1923
1923
|---|---:|---|
1924
1924
|`row-tracking.enabled`|`false`| Enables stable row ids required by global index files. |
1925
1925
|`data-evolution.enabled`|`false`| Enables row-id-aware table evolution and partial-column writes. |
1926
-
|`global-index.enabled`|`false`| Enables global index metadata and global-index-aware reads. |
1926
+
|`global-index.enabled`|`true`| Enables global index metadata and global-index-aware reads. |
1927
1927
|`global-index.row-count-per-shard`|`100000`| Maximum row count per vector global-index shard. |
1928
1928
|`sorted-index.records-per-range`|`100000`| Maximum row count per BTree range. |
1929
1929
|`btree-index.fallback-scan-max-size`|`256mb`| Maximum total size of selected BTree global-index files for fallback scans used by range/between and suffix/contains/complex LIKE predicates; `0` disables BTree fallback index scans. |
0 commit comments