Tags: database-core/FASTER
Tags
Fix flush with generic allocator so that we do not write invalid data… … to disk in rare cases (record was invalid when making initial image, but (microsoft#916)
Fix ContinuePendingRead to account for new records for the same key t… …hat were added and then went to dusk during the pending Read operation. (microsoft#911)
allow reading v4 checkpoints with current version (microsoft#896)
[C#] Replace LockingMode with ConcurrencyControlMode (microsoft#867) * Replace LockingMode with ConcurrencyControlMode * Fix 'Remote' solution build
- Set both Sealed and Invalid on new records to ensure consistency bo… …th during normal operations and after recovery, which clears the Sealed bit. (microsoft#864) - Seal ConcurrentUpdater and InPlaceUpdater source records on successful RCU even when not doing Standard locking
Store delta log tail address (microsoft#861) * Store delta log tail address * fix + comment
[C#] Fix missing Sunlock on nested CopyToTail lock (microsoft#857) * Fix missing Sunlock on nested CopyToTail lock * Improve handling of Sealed records in Ephemeral locking --------- Co-authored-by: Badrish Chandramouli <badrishc@microsoft.com>
PreviousNext