commit | 6f125c80420f6d249b5414d886e1b4a93cc34e7f | [log] [tgz] |
---|---|---|
author | Mike Adamson <madamson@datastax.com> | Mon Jun 12 11:25:17 2023 +0100 |
committer | Caleb Rackliffe <maedhroz@users.noreply.github.com> | Wed Jul 26 13:35:07 2023 -0500 |
tree | ad856ab8ef3b2638101463190d23e319a2d99680 | |
parent | 98fefc1557efa7123bab19eb5f74f04964aa02c1 [diff] |
Numeric on-disk index write and search Includes: - The disk/v1/kdtree package containing the kdtree writer and reader - The implementation code to tie these into the existing read and write paths. The main parts of this are the NumericIndexWriter and the NumericIndexSegmentSearcher - Additional testing for the new code patch by Mike Adamson; reviewed by Caleb Rackliffe and Andres de la Peña for CASSANDRA-18067 Co-authored-by: Mike Adamson <madamson@datastax.com> Co-authored-by: Caleb Rackliffe <calebrackliffe@gmail.com> Co-authored-by: Piotr Kołaczkowski <pkolaczk@gmail.com> Co-authored-by: Jason Rutherglen <jason.rutherglen@gmail.com> Co-authored-by: Zhao Yang <zhaoyangsingapore@gmail.com>