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). The template can then be specified in the table definition like this:

CREATE TABLE ... WITH memtable = { 'template' : 'trie' }.

...