Mmuzaf commented on code in PR #3330: URL: https://github.com/apache/cassandra/pull/3330#discussion_r1750684371
########## doc/modules/cassandra/pages/developing/cql/cql_singlefile.adoc: ########## @@ -678,20 +678,21 @@ to the risk the jvm must also be started with For the `compression` property, the following sub-options are available: -[cols=",,,,,",options="header",] +[cols=",,",options="header",] |=== -|option |default |description | | | +|option |default |description |`class` |LZ4Compressor |The compression algorithm to use. Default compressor are: LZ4Compressor, SnappyCompressor and DeflateCompressor. Use `'enabled' : false` to disable compression. Custom compressor can be provided by specifying the full class name as a link:#constants[string -constant]. | | | - +constant]. |`enabled` |true |By default compression is enabled. To disable it, set -`enabled` to `false` |`chunk_length_in_kb` |64KB |On disk SSTables are +`enabled` to `false` +|`chunk_length_in_kb` |64 |On disk SSTables are Review Comment: The default value is 16, right? According to the `DEFAULT_CHUNK_LENGTH` constant and `cassandra.yaml`. Why 64? -- 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]

