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: _partials/_timescaledb-gucs.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@
23
23
|`enable_bulk_decompression`|`BOOLEAN`|`true`| Increases throughput of decompression, but might increase query memory usage |
24
24
|`enable_cagg_reorder_groupby`|`BOOLEAN`|`true`| Enable group by clause reordering for continuous aggregates |
25
25
|`enable_cagg_sort_pushdown`|`BOOLEAN`|`true`| Enable pushdown of ORDER BY clause for continuous aggregates |
26
-
|`enable_cagg_wal_based_invalidation`|`BOOLEAN`|`false`| Use WAL to track changes to hypertables for continuous aggregates. This is not meant for production use.|
26
+
|`enable_cagg_wal_based_invalidation`|`BOOLEAN`|`false`| Use WAL to track changes to hypertables for continuous aggregates. This feature is early access from TimescaleDB v2.23.0|
27
27
|`enable_cagg_watermark_constify`|`BOOLEAN`|`true`| Enable constifying cagg watermark for real-time caggs |
28
28
|`enable_cagg_window_functions`|`BOOLEAN`|`false`| Allow window functions in continuous aggregate views |
29
29
|`enable_chunk_append`|`BOOLEAN`|`true`| Enable using chunk append node |
@@ -45,7 +45,7 @@
45
45
|`enable_direct_compress_copy`|`BOOLEAN`|`false`| Enable experimental support for direct compression during COPY |
46
46
|`enable_direct_compress_copy_client_sorted`|`BOOLEAN`|`false`| Correct handling of data sorting by the user is required for this option. |
47
47
|`enable_direct_compress_copy_sort_batches`|`BOOLEAN`|`true`| Enable batch sorting during direct compress COPY |
48
-
|`enable_direct_compress_insert`|`BOOLEAN`|`false`| Enable experimental support for direct compression during INSERT |
48
+
|`enable_direct_compress_insert`|`BOOLEAN`|`false`| Enable support for direct compression during INSERT. This feature is early access from TimescaleDB v2.23.0|
49
49
|`enable_direct_compress_insert_client_sorted`|`BOOLEAN`|`false`| Correct handling of data sorting by the user is required for this option. |
50
50
|`enable_direct_compress_insert_sort_batches`|`BOOLEAN`|`true`| Enable batch sorting during direct compress INSERT |
51
51
|`enable_dml_decompression`|`BOOLEAN`|`true`| Enable DML decompression when modifying compressed hypertable |
0 commit comments