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

Fix ContinuePendingRead to account for new records #911

Closed TedHartMS closed 4 months ago

TedHartMS commented 4 months ago

Fix ContinuePendingRead to account for new records for the same key that were added and then went to disk during the pending Read operation.