Skip to content

Commit 078bd19

Browse files
Mark chunk skipping as experimental (#4407)
* Mark chunk skipping as experimental The feature is not beta or GA, and this PR marks the proper stability level of experimental. Signed-off-by: Philip Krauss <35487337+philkra@users.noreply.github.com> * chore: change to early access * chore: change to early access --------- Signed-off-by: Philip Krauss <35487337+philkra@users.noreply.github.com> Co-authored-by: billy-the-fish <iain@tigerdata.com>
1 parent c897e81 commit 078bd19

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

_partials/_early_access_2_17_1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<Tag variant="hollow">Early access: TimescaleDB v2.17.1</Tag>

api/hypertable/enable_chunk_skipping.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,14 @@ products: [cloud, mst, self_hosted]
1111
---
1212

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

15-
# enable_chunk_skipping()
16+
<!-- vale Google.Headings = NO -->
17+
<!-- markdownlint-disable-next-line line-length -->
18+
# enable_chunk_skipping() <Tag type="experimental" content="Experimental" />
19+
<!-- vale Google.Headings = YES -->
20+
21+
<EarlyAccess2171 />
1622

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

0 commit comments

Comments
 (0)