Versions Compared

Key

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

...

    CREATE CUSTOM INDEX ON person (index_name) USING 'StorageAttachedIndex' WITH OPTIONS = { }

Version 1

...

Features

  • AND Queriesqueries
  • Numeric range queries
  • Non-variable length numeric types
  • Text type indexes and equality queries
  • SSTable attached
  • Optional case sensitivity
  • Optional unicode normalization
  • Partition based iteration

Version 2 Features

  • Row iteration
  • OR queries

Indexing options

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

...