michaelsembwever commented on code in PR #2282: URL: https://github.com/apache/cassandra/pull/2282#discussion_r1273197454
########## conf/cassandra.yaml: ########## @@ -570,6 +570,50 @@ commitlog_segment_size: 32MiB # # flush_compression: fast +# Defines the default compression used on tables when none is specified +# in the CQL command. +# +# The class_name is the compressor class name. It may be one of the aliases, +# the class name of a system ICompressor implementation, or fully qualified +# name of a class that implements ICompressor and has a public static 'create' method that accepts +# a Map<String, String> argument and returns an instance of the class. Review Comment: ```suggestion # Defines the default compression used on tables when none is specified # in the CQL table schema. # # The class_name is the compressor class name or alias. External ICompressor implementations need to be fully qualified names. ``` -- 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]

