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 Queries
  • 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

...