commit | cde91e56f09d9ebf315c79c9a81b89f70f4eb724 | [log] [tgz] |
---|---|---|
author | Mike Adamson <madamson@datastax.com> | Thu Jan 19 14:24:46 2023 +0000 |
committer | Caleb Rackliffe <maedhroz@users.noreply.github.com> | Wed Jul 26 13:35:07 2023 -0500 |
tree | 8119aff76c8979d989b5e395e7541ed964dbd625 | |
parent | 303ca55a5dc9079071cd5459aa9c9abf0b3b2991 [diff] |
In-memory index implementation with query path This includes the following elements of the Storage Attached Index: - Memtable-attached indexes backed by an in-memory trie structure for byte-comparable values - Query path for the in-memory index - Index status propagation - Randomized testing for Memtable-attached indexes patch my Mike Adamson; reviewed by Caleb Rackliffe and Andres de la Peña for CASSANDRA-18058 Co-authored-by: Mike Adamson <madamson@datastax.com> Co-authored-by: Caleb Rackliffe <calebrackliffe@gmail.com>