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 dd7c510 commit c311bcaCopy full SHA for c311bca
CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
## master / unreleased
4
5
+* [CHANGE] Use faster disks for compactor
6
* [CHANGE] Enables query-scheduler by default
7
* [CHANGE] Enables bucket-index by default
8
cortex/tsdb-config.libsonnet
@@ -14,7 +14,7 @@
14
15
// Allow to configure the compactor disk.
16
cortex_compactor_data_disk_size: '250Gi',
17
- cortex_compactor_data_disk_class: 'standard',
+ cortex_compactor_data_disk_class: 'fast',
18
19
// Allow to fine tune compactor.
20
cortex_compactor_max_concurrency: 1,
0 commit comments