This is an automated email from the ASF dual-hosted git repository.

erickramirezau pushed a commit to branch cassandra-3.11
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/cassandra-3.11 by this push:
     new 477d006  Fixed title on STCS page, broken links on compaction page 
(3.11)
     new f0ae536  Merge pull request #1482 from 
ErickRamirezAU/CASSANDRA-17361-3.11
477d006 is described below

commit 477d006c6c7bf82a2b1abca1d675032de2f02114
Author: Erick Ramirez <erickramire...@apache.org>
AuthorDate: Fri Mar 4 08:42:04 2022 +0000

    Fixed title on STCS page, broken links on compaction page (3.11)
    
    patch by Erick Ramirez; reviewed by Matt Fleming for CASSANDRA-17361
---
 doc/modules/cassandra/pages/operating/compaction/index.adoc | 6 +++---
 doc/modules/cassandra/pages/operating/compaction/stcs.adoc  | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/modules/cassandra/pages/operating/compaction/index.adoc 
b/doc/modules/cassandra/pages/operating/compaction/index.adoc
index 880ff16..e3c76b8 100644
--- a/doc/modules/cassandra/pages/operating/compaction/index.adoc
+++ b/doc/modules/cassandra/pages/operating/compaction/index.adoc
@@ -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.
 
diff --git a/doc/modules/cassandra/pages/operating/compaction/stcs.adoc 
b/doc/modules/cassandra/pages/operating/compaction/stcs.adoc
index 5a087f6..162d2fe 100644
--- a/doc/modules/cassandra/pages/operating/compaction/stcs.adoc
+++ b/doc/modules/cassandra/pages/operating/compaction/stcs.adoc
@@ -1,4 +1,4 @@
-= Leveled Compaction Strategy
+= Size Tiered Compaction Strategy
 
 [[stcs]]
 The basic idea of `SizeTieredCompactionStrategy` (STCS) is to merge

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to