Hi,
I upgraded Timescale from 2.16.0-dev to 2.17.1 and have been trying to use chunk skipping on a compressed hypertable.
I do select enable_chunk_skipping ('hypertable_name', 'column_to_skip')
but get this error:
chunk skipping functionality disabled, enable it by first setting
timescaledb.enable_chunk_skipping
to on
I don’t see anything in the documentation on this. Is this a parameter in the postgresql.conf file or somewhere else?