Merge pull request #1482 from ErickRamirezAU/CASSANDRA-17361-3.11

Fixed title on STCS page, broken links on compaction page (3.11)
This commit is contained in:
Erick Ramirez 2022-03-05 11:32:27 +11:00 committed by GitHub
commit f0ae5364b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -5,16 +5,16 @@
Picking the right compaction strategy for your workload will ensure the
best performance for both querying and for compaction itself.
xref:cql/operating/compaction/stcs.adoc[`Size Tiered Compaction Strategy (STCS)`]::
xref:operating/compaction/stcs.adoc[`Size Tiered Compaction Strategy (STCS)`]::
The default compaction strategy. Useful as a fallback when other
strategies don't fit the workload. Most useful for non pure time
series workloads with spinning disks, or when the I/O from `LCS`
is too high.
xref:cql/operating/compaction/lcs.adoc[`Leveled Compaction Strategy (LCS)`]::
xref:operating/compaction/lcs.adoc[`Leveled Compaction Strategy (LCS)`]::
Leveled Compaction Strategy (LCS) is optimized for read heavy
workloads, or workloads with lots of updates and deletes. It is not a
good choice for immutable time series data.
xref:cql/operating/compaction/twcs.adoc[`Time Window Compaction Strategy (TWCS)`]::
xref:operating/compaction/twcs.adoc[`Time Window Compaction Strategy (TWCS)`]::
Time Window Compaction Strategy is designed for TTL'ed, mostly
immutable time series data.

View File

@ -1,4 +1,4 @@
= Leveled Compaction Strategy
= Size Tiered Compaction Strategy
[[stcs]]
The basic idea of `SizeTieredCompactionStrategy` (STCS) is to merge