You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by "michaelsembwever (via GitHub)" <gi...@apache.org> on 2023/03/08 15:52:25 UTC

[GitHub] [cassandra] michaelsembwever commented on a diff in pull request #2199: Cassandra-12937 sstable compression

michaelsembwever commented on code in PR #2199:
URL: https://github.com/apache/cassandra/pull/2199#discussion_r1129653127


##########
conf/cassandra.yaml:
##########
@@ -1805,3 +1805,10 @@ drop_compact_storage_enabled: false
 #    heartbeat_file: /var/lib/cassandra/data/cassandra-heartbeat
 #    excluded_keyspaces: # comma separated list of keyspaces to exclude from the check
 #    excluded_tables: # comma separated list of keyspace.table pairs to exclude from the check
+
+sstable_compressor:
+#  Defines the compression params used to read/write the sstables.  If undefined the old default is used.
+  - class_name: org.apache.cassandra.io.compress.LZ4Compressor # the comnpressor class
+    parameters:
+      - chunk_length_in_kb: '16384'

Review Comment:
   that's 16MBs! 
   and not how we do unit type config settings anymore…



-- 
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: pr-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org