rocksdb/utilities/secondary_index
Levi Tamasi 833a2266a3 Expose a simple secondary index implementation (#13370)
Summary:
Pull Request resolved: https://github.com/facebook/rocksdb/pull/13370

We have a class called `DefaultSecondaryIndex` in `TransactionTest.SecondaryIndexPutDelete` that contains generally useful functionality. The patch generalizes it a bit to make the column name configurable, renames it to `SimpleSecondaryIndex`, and moves it to the public API so applications can use it.

Reviewed By: jowlyzhang

Differential Revision: D69147890

fbshipit-source-id: 0d2d1cc5adcde01f3978a450ec841c9e990d2170
2025-02-05 15:43:54 -08:00
..
faiss_ivf_index.cc Add a dedicated API for KNN search (#13361) 2025-01-31 18:11:45 -08:00
faiss_ivf_index_test.cc Add a dedicated API for KNN search (#13361) 2025-01-31 18:11:45 -08:00
secondary_index_helper.h Introduce a SecondaryIndexHelper class (#13312) 2025-01-17 13:20:18 -08:00
secondary_index_iterator.cc Revise the SecondaryIndexIterator interface and make it public (#13353) 2025-01-31 10:27:27 -08:00
secondary_index_mixin.h Bring back the ability to leverage the primary key in secondary indices (#13324) 2025-01-22 15:53:03 -08:00
simple_secondary_index.cc Expose a simple secondary index implementation (#13370) 2025-02-05 15:43:54 -08:00