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

FasterKV Log Scan WaitAsync #898

Open Phylum123 opened 5 months ago

Phylum123 commented 5 months ago

When using a scan from FasterLog there is a WaitAsync method that will wait for new records, once you are done iterating with GetNext, however if you do a scan from FasterKV.Log, you don't have this feature. Is this something that could be implemented?