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


##########
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:
   i suggest a separate class. CompressionParms is used for inside the schema. 



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