From 336523888a349e081f7d957e067c6c7cd432cd7d Mon Sep 17 00:00:00 2001 From: atovpeko Date: Tue, 18 Nov 2025 14:32:37 +0200 Subject: [PATCH] link fix --- api/hypercore/add_columnstore_policy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/hypercore/add_columnstore_policy.md b/api/hypercore/add_columnstore_policy.md index 254f6e3327..51089edea8 100644 --- a/api/hypercore/add_columnstore_policy.md +++ b/api/hypercore/add_columnstore_policy.md @@ -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].