surrealdb / surrealkv

A low-level, versioned, embedded, ACID-compliant, key-value database for Rust
https://surrealdb.com
Apache License 2.0
237 stars 18 forks source link

Feat/add repair for commit log #35

Closed arriqaaq closed 5 months ago

arriqaaq commented 6 months ago

Description

This PR adds a repair method to recover from the corruption of the commit log due to checksum errors or partial writes failure.

arriqaaq commented 5 months ago

Thank you for your valuable comments and review @emmanuel-keller @mumoshu @phughk !