polandll commented on code in PR #3091: URL: https://github.com/apache/cassandra/pull/3091#discussion_r1491563408
########## doc/modules/cassandra/partials/table-properties.adoc: ########## @@ -105,6 +105,22 @@ If your application uses batch operations, consider the possibility that decreas The configuration/cass_yaml_file.html#batchlog_replay_throttle[batchlog_replay_throttle] property in the cassandra.yaml file give some control of the batch replay process. The most important factors, however, are the size and scope of the batches you use. +*memtable*:: +Configures the memtable for the table. +Four choices are: Review Comment: Changed the wording here to match CASSANDRA-18753. -- 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]

