15 Collaborator |
Brandon Williams , Štefan Miklošovič , Caleb Rackliffe , Andrés de la Peña , Ekaterina Dimitrova , Marcus Eriksson , David Capwell , Maxim Muzafarov , Mike Adamson , Chris Lohfink , Piotr Kołaczkowski , Aleksandr Sorokoumov , Jason Rutherglen , Arun Ganesh , Eduard Tudenhöfner |
7 Patch |
10 Review |
91a242fe00c9cc740d6d80df61240eebf05f4458,
e45c1092f91edd63591f562b2120ea6a5fd3edd5,
6f125c80420f6d249b5414d886e1b4a93cc34e7f,
661a1d5bb65e2f001a1756710fd28e24507fe7f8,
93b89b2e79e2fc57acd260ba4588f2448891ef14,
303ca55a5dc9079071cd5459aa9c9abf0b3b2991,
b3842de5cf1fa1b81872effb4585fbc7e1873d59 |
bddaa4409fc4cb83394c2963a1028bcfb9dce733,
273975ef26e5de1a10a98c0df364cb67fa7830e3,
d54646e40957ffc18f651753941fac3068b79f8e,
91a242fe00c9cc740d6d80df61240eebf05f4458,
07df26778b01a00c1f5770c8cf133ce4c2829533,
e45c1092f91edd63591f562b2120ea6a5fd3edd5,
828d98e9d7643501ee3ac9fa45d46d0b596cfb11,
ffa1e9cf5a5646707da282460fe765d56fa78cb0,
a8b67e3dd92e6ca1a66a1be9b2d86961224653f5,
ce91388e533f402f076f2484406d41bda8680316 |
bddaa4409fc4cb83394c2963a1028bcfb9dce733 | Author: Arun Ganesh <20590666+arkn98@users.noreply.github.com>
| 2024-09-04 13:49:20-07:00
SAI support for BETWEEN operator
Patch by Arun Ganesh; reviewed by Caleb Rackliffe and Zhao Yang for CASSANDRA-19688
Co-authored-by: Arun Ganesh <20590666+arkn98@users.noreply.github.com>
Co-authored-by: Caleb Rackliffe <calebrackliffe@gmail.com>
91a242fe00c9cc740d6d80df61240eebf05f4458 | Author: Andrés de la Peña <a.penya.garcia@gmail.com>
| 2023-11-17 15:28:29+00:00
SAI in-memory index should check max term size
patch by Zhao Yang and Andrés de la Peña; reviewed by Zhao Yang for CASSANDRA-18926
Co-authored-by: Zhao Yang <zhaoyangsingapore@gmail.com>
Co-authored-by: Andrés de la Peña <a.penya.garcia@gmail.com>
07df26778b01a00c1f5770c8cf133ce4c2829533 | Author: Maxim Muzafarov <maxmuzaf@gmail.com>
| 2023-10-20 11:01:54+02:00
Change the checksum algorithm SAI-related files use from CRC32 to CRC32C
patch by Maxim Muzafarov; reviewed by Caleb Rackliffe and Zhao Yang for CASSANDRA-18836
e45c1092f91edd63591f562b2120ea6a5fd3edd5 | Author: Mike Adamson <madamson@datastax.com>
| 2023-10-04 11:27:50+01:00
Correctly remove Index.Group from IndexRegistry
The Index.Group was being left in the list indexGroups in the SecondaryIndexManager because the incorrect
key was being used to remove it from the map
patch by Mike Adamson; reviewed by Caleb Rackliffe and Zhao Yang for CASSANDRA-18905
Co-authored-by: Zhao Yang <zhaoyangsingapore@gmail.com>
93b89b2e79e2fc57acd260ba4588f2448891ef14 | Author: Zhao Yang <zhaoyangsingapore@gmail.com>
| 2023-06-13 14:02:34+08:00
send SSTableAddedNotification before MemtableDiscardedNotification to fix index data visilibity issue
6f125c80420f6d249b5414d886e1b4a93cc34e7f | Author: Mike Adamson <madamson@datastax.com>
| 2023-06-12 11:25:17+01:00
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>
d54646e40957ffc18f651753941fac3068b79f8e | Author: Marcus Eriksson <marcus_eriksson@apple.com>
| 2022-05-27 00:40:44+02:00
UnsupportedOperationException when reducing scope for LCS compactions
patch by Caleb Rackliffe; reviewed by Zhao Yang, Brandon Williams, and Marcus Eriksson for CASSANDRA-19704
Co-authored-by: Marcus Eriksson <marcuse@apache.org>
Co-authored-by: Caleb Rackliffe <calebrackliffe@gmail.com>
b3842de5cf1fa1b81872effb4585fbc7e1873d59 | Author: Andrés de la Peña <a.penya.garcia@gmail.com>
| 2022-04-22 16:36:07+01:00
Add guardrail for data disk usage
patch by Andrés de la Peña; reviewed by Ekaterina Dimitrova and Stefan Miklosovic for CASSANDRA-17150
Co-authored-by: Andrés de la Peña <a.penya.garcia@gmail.com>
Co-authored-by: Zhao Yang <jasonstack.zhao@gmail.com>
Co-authored-by: Eduard Tudenhoefner <etudenhoefner@gmail.com>
828d98e9d7643501ee3ac9fa45d46d0b596cfb11 | Author: David Capwell <dcapwell@apache.org>
| 2022-04-06 11:52:48-07:00
repair vtables should expose a completed field due to lack of filtering options in CQL
patch by David Capwell; reviewed by Chris Lohfink, Zhao Yang for CASSANDRA-17520
303ca55a5dc9079071cd5459aa9c9abf0b3b2991 | Author: Zhao Yang <zhaoyangsingapore@gmail.com>
| 2020-05-19 17:08:36+08:00
Add Index Group Interface for Storage Attached Index
patch by Zhao Yang; reviewed by Caleb Rackliffe and Andres de la Peña for CASSANDRA-16092
Co-authored-by: Caleb Rackliffe <calebrackliffe@gmail.com>
Co-authored-by: Andres de la Peña <a.penya.garcia@gmail.com>