Skip to main content
Early access Since 2.16.0 Disable range tracking for a specific column in a in the .

Samples

In this sample, you convert the conditions table to a with partitioning on the time column. You then specify and enable additional columns to track ranges for. You then disable range tracking:
Best practice is to enable range tracking on columns which are correlated to the partitioning column. In other words, enable tracking on secondary columns that are referenced in the WHERE clauses in your queries. Use this API to disable range tracking on columns when the query patterns don’t use this secondary column anymore.

Arguments

The syntax is:

Returns

To disable_chunk_skipping(), you must have first called enable_chunk_skipping and enabled range tracking on a column in the hypertable.