Re: Question about how sorted runs are picked for compaction with STCS

2021-11-23 Thread Jay Zhuang
Hi Mark, Non-adjacent files can be merged. For cassandra, it anyway needs to query all sorted runs as it's timestamps are not strictly ordered. Thanks, Jay On Tue, Nov 23, 2021 at 9:42 AM MARK CALLAGHAN wrote: > I am trying to understand how sorted runs are picked for compaction with > STCS an

Question about how sorted runs are picked for compaction with STCS

2021-11-23 Thread MARK CALLAGHAN
I am trying to understand how sorted runs are picked for compaction with STCS and the docs here don't have enough detail: https://cassandra.apache.org/doc/4.0/cassandra/operating/compaction/stcs.html These blog post have more detail but I still have a question: * http://distributeddatastore.blogsp