Skip to content

Commit c311bca

Browse files
authored
Use faster disks for compactor (#26)
Signed-off-by: Friedrich Gonzalez <[email protected]>
1 parent dd7c510 commit c311bca

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
@@ -2,6 +2,7 @@
22

33
## master / unreleased
44

5+
* [CHANGE] Use faster disks for compactor
56
* [CHANGE] Enables query-scheduler by default
67
* [CHANGE] Enables bucket-index by default
78

cortex/tsdb-config.libsonnet

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

1515
// Allow to configure the compactor disk.
1616
cortex_compactor_data_disk_size: '250Gi',
17-
cortex_compactor_data_disk_class: 'standard',
17+
cortex_compactor_data_disk_class: 'fast',
1818

1919
// Allow to fine tune compactor.
2020
cortex_compactor_max_concurrency: 1,

0 commit comments

Comments
 (0)