We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 945a7e8 commit 47d5502Copy full SHA for 47d5502
CHANGELOG.md
@@ -3,6 +3,7 @@
3
## master / unreleased
4
5
* [CHANGE] Enables query-scheduler by default
6
+* [CHANGE] Enables bucket-index by default
7
8
## 1.13.2 / 2023-04-29
9
cortex/tsdb-config.libsonnet
@@ -23,7 +23,7 @@
23
24
// Enable use of bucket index by querier, ruler and store-gateway.
25
// Bucket index is generated by compactor from Cortex 1.7, there is no flag required to enable this on compactor.
26
- cortex_bucket_index_enabled: false,
+ cortex_bucket_index_enabled: true,
27
},
28
29
// We should keep a number of idle connections equal to the max "get" concurrency,
0 commit comments