Open
Description
Describe the bug
add_compression_policy documentation for schedule_interval option documents the default to be 12 hours for hyper tables with long chunk_time_interval, while in reality schedule_interval is 12 hours for hyper tables with short chunk_time_intervals. The comparison sign is just wrong.
What do the docs say now?
Defaults to 12 hours for hyper tables with a chunk_time_interval >= 1 day and chunk_time_interval / 2 for all other hypertables.
What should the docs say?
Defaults to 12 hours for hyper tables with a chunk_time_interval <= 1 day and chunk_time_interval / 2 for all other hyper tables.
Page affected
https://docs.timescale.com/api/latest/compression/add_compression_policy/