Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _partials/_early_access_2_17_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<Tag variant="hollow">Early access: TimescaleDB v2.17.1</Tag>
8 changes: 7 additions & 1 deletion api/hypertable/enable_chunk_skipping.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,14 @@ products: [cloud, mst, self_hosted]
---

import OldCreateHypertable from "versionContent/_partials/_old-api-create-hypertable.mdx";
import EarlyAccess2171 from "versionContent/_partials/_early_access_2_17_1.mdx";

# enable_chunk_skipping()
<!-- vale Google.Headings = NO -->
<!-- markdownlint-disable-next-line line-length -->
# enable_chunk_skipping() <Tag type="experimental" content="Experimental" />
<!-- vale Google.Headings = YES -->

<EarlyAccess2171 />

Enable range statistics for a specific column in a **compressed** hypertable. This tracks a range of values for that column per chunk.
Used for chunk skipping during query optimization and applies only to the chunks created after chunk skipping is enabled.
Expand Down