Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

(which defines two templates and specifies the default memtable implementation to use) to cassandra.yaml and specifying  . The template can then be specified in the table definition like this

CREATE TABLE ... WITH memtable = { 'template' : 'trie' } in the table definition.

The initial implementation may leave existing memtable configuration parameters (memory mode, memory size limits and flush thresholds, expiration time) as top-level parameters in the yaml, with the expectation that they will be gradually replaced with memtable-specific ones and deprecated.

...