blambov commented on code in PR #2836: URL: https://github.com/apache/cassandra/pull/2836#discussion_r1381928587
########## src/java/org/apache/cassandra/db/compaction/UnifiedCompactionStrategy.md: ########## @@ -363,6 +423,24 @@ UCS accepts these compaction strategy parameters: minimum compaction concurrency for the lowest levels. A low number would result in larger L0 sstables but may limit the overall maximum write throughput (as every piece of data has to go through L0). The default value is 4 (1 for system tables, or when multiple data locations are defined). Review Comment: This default is now 4 for all tables; the description needs to mention that this only applies after `min_sstable_size` is reached. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

