Versions Compared

Key

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

...

Index implementations need only store an integer row ID in their postings list. Row IDs are translated to decorated key via the token/offset files and SSTableReader#keyAt.

Image Modified

As multiple indexes share the token/offset files, it becomes feasible to index many columns on the same table without significantly increasing the index size.

...