Skip to content

Commit

Permalink
Fix configuration name
Browse files Browse the repository at this point in the history
  • Loading branch information
wuxiaobao committed Jan 17, 2025
1 parent 9e0e69f commit 1201b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/enable_chunk_skipping.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ A [decompress_chunk][decompress_chunk] invocation on a compressed chunk resets i
from the `chunk_column_stats` catalog table since now it's available for DML and the
min/max range values can change on any further data manipulation in the chunk.

By default, this feature is disabled. To enable chunk skipping, set `timescale.enable_chunk_skipping = on` in
By default, this feature is disabled. To enable chunk skipping, set `timescaledb.enable_chunk_skipping = on` in
`postgresql.conf`. When you upgrade from a database instance that uses compression but does not support chunk
skipping, you need to recompress the previously compressed chunks for chunk skipping to work.

Expand Down

0 comments on commit 1201b79

Please sign in to comment.