Skip to content

Commit 47d5502

Browse files
authored
Enables bucket index by default (#24)
Signed-off-by: Friedrich Gonzalez <[email protected]>
1 parent 945a7e8 commit 47d5502

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## master / unreleased
44

55
* [CHANGE] Enables query-scheduler by default
6+
* [CHANGE] Enables bucket-index by default
67

78
## 1.13.2 / 2023-04-29
89

cortex/tsdb-config.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
// Enable use of bucket index by querier, ruler and store-gateway.
2525
// 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,
26+
cortex_bucket_index_enabled: true,
2727
},
2828

2929
// We should keep a number of idle connections equal to the max "get" concurrency,

0 commit comments

Comments
 (0)