Maxwell-Guo commented on code in PR #2287:
URL: https://github.com/apache/cassandra/pull/2287#discussion_r1267749556


##########
conf/cassandra.yaml:
##########
@@ -1002,6 +1002,19 @@ snapshot_links_per_second: 0
 # Min unit: KiB
 column_index_cache_size: 2KiB
 
+# Default compaction strategy, applied when a table's parameters do not
+# specify compaction.
+# The default is to use SizeTieredCompactionStrategy, with its default
+# threshold of 4 sstables.
+# The selected compaction strategy will also apply to system tables.
+#
+# default_compaction:

Review Comment:
   ok,then I think keep same with "commitlog_compression" or 
"hints_compression"  is enough.



##########
conf/cassandra.yaml:
##########
@@ -1002,6 +1002,19 @@ snapshot_links_per_second: 0
 # Min unit: KiB
 column_index_cache_size: 2KiB
 
+# Default compaction strategy, applied when a table's parameters do not
+# specify compaction.
+# The default is to use SizeTieredCompactionStrategy, with its default
+# threshold of 4 sstables.
+# The selected compaction strategy will also apply to system tables.
+#
+# default_compaction:

Review Comment:
   ok,then I think keep same with "commitlog_compression" or 
"hints_compression"  is enough.



-- 
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]

Reply via email to