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
Force re-use of row group metadata on a column-level when checkpointing on older storage versions 6 and 7. This breaks storage backward-compatibility with older DuckDB versions.
859
+
not required
860
+
value false
861
+
857
862
force_compression [driver property]
858
863
DEBUG SETTING: forces a specific compression method to be used
value /tmp/17782424039801126026/sc.145d1ece-9fe9-4bd6-bc58-5d007439b4d2.db.tmp
1190
+
value /tmp/6959291878553654738/sc.5d3b1960-8169-4712-888a-796a80abc683.db.tmp
1186
1191
1187
1192
temp_file_encryption [driver property]
1188
1193
Encrypt all temporary files if database is encrypted
@@ -1197,7 +1202,7 @@ threads [driver property]
1197
1202
TimeZone [driver property]
1198
1203
The current time zone
1199
1204
not required
1200
-
value GMT
1205
+
value Etc/UTC
1201
1206
1202
1207
user [driver property]
1203
1208
The username to use. Ignored for legacy compatibility.
@@ -1210,7 +1215,7 @@ username [driver property]
1210
1215
value
1211
1216
1212
1217
vacuum_rebuild_indexes [driver property]
1213
-
(Experimental) Allow vacuum to compact row groups on tables with bound ART indexes, rebuilding the indexes afterward. Tables with a row count exceeding this threshold are skipped. 0 = disabled.
1218
+
(Experimental) Allow vacuum to compact row groups on tables with bound ART indexes, rebuilding the indexes afterward. Tables with a row count exceeding this threshold are skipped. 0 = disabled. Can also be set per-database via the 'vacuum_rebuild_indexes' ATTACH option, which overrides this default.
0 commit comments