microsoft / FASTER

Fast persistent recoverable log and key-value store + cache, in C# and C++.
https://aka.ms/FASTER
MIT License
6.29k stars 563 forks source link

Range queries #899

Open kosav7r opened 5 months ago

kosav7r commented 5 months ago

Hello,

I remember some discussions earlier about supporting secondary indexes. Is that still in progress? If not, what would you recommend? What type of index could we employ into our system with FASTER that doesn't slow down its write performance? Surely, adding an another data structure like LSM would violate the use case of FASTER.

Best.