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

Read uncommitted data #921

Open sakno opened 2 months ago

sakno commented 2 months ago

Currently, FASTER doesn't allow to read uncommitted data by ReadAsync method. In the same time, iterator allows to do that. Is this possible to extend ReadAsync accordingly?