Versions Compared

Key

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

...

Version 1 Features

  • AND queries
  • OR queries
  • Numeric range queries
  • Non-variable length numeric types
  • Text type indexes and equality queries
  • SSTable attached
  • Optional case sensitivity
  • Optional unicode normalizationPartition based iteration
  • Tokenization
  • Row-aware query path

Version 2 Features

...

  • Prefix LIKE
  • Range queries on all types
  • Global sorting

Indexing options

  • case_sensitive - If the index is case sensitive or not.
  • normalize - If the index uses unicode normalization or not.

...