You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Write-ahead log doesn't rely on wall-clock time anymore. It prevent…
…s potential race conditions during compaction and recovery.
- Fix recovery writing extra delete records.
This release replaces the unstructured data file for storing key-valu…
…e pairs with a write-ahead log.
- In the event of a crash or a power loss the database is automatically recovered.
- Optional background compaction allows reclaiming disk space occupied by overwritten or deleted keys.
- Fix disk space overhead when storing small keys and values.