smiklosovic commented on code in PR #3330: URL: https://github.com/apache/cassandra/pull/3330#discussion_r1751802937
########## doc/modules/cassandra/pages/developing/cql/ddl.adoc: ########## @@ -630,6 +630,7 @@ If the `enabled` option is set to `false`, no other options must be specified. | `chunk_length_in_kb` | 64 | On disk SSTables are compressed by block (to allow random reads). This option defines the size (in KB) of said block. See xref:cassandra:developing/cql/ddl.adoc#chunk_note[note] for further information. +| `chunk_length` | 64KiB| alias to `chunk_length_in_kb` where size is specified with unit, available from CASSANDRA-12973. Review Comment: @Mmuzaf ok I removed chunk_length, I do not have any strong feelings about that. If we want to introduce it and deprecate chunk_length_in_kb, we might just dedicate a separate ticket for that and do it as a standalone change as you suggested. -- 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]

