Skip to content

[Content Bug] add_compression_policy description for schedule_interval describes rule incorrectly #3358

Open
@kkeinanen

Description

@kkeinanen

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/

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdocumentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions