Skip to content
Merged
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
2 changes: 1 addition & 1 deletion api/hypercore/add_columnstore_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ specific time interval.

When $COLUMNSTORE is enabled, [bloom filters][bloom-filters] are enabled by default, and every new chunk has a bloom index.
Bloom indexes are not retrofitted, existing chunks need to be fully recompressed to have the bloom indexes present. If
you converted chunks to $COLUMNSTORE using $TIMESCALE_DB [v2.19.3](tsdb-release-2-19-3) or below, to enable bloom filters on that data you have
you converted chunks to $COLUMNSTORE using $TIMESCALE_DB [v2.19.3][tsdb-release-2-19-3] or below, to enable bloom filters on that data you have
to convert those chunks to the $ROWSTORE, then convert them back to the $COLUMNSTORE.

To view the policies that you set or the policies that already exist, see [informational views][informational-views].
Expand Down