cberner / redb

An embedded key-value database in pure Rust
https://www.redb.org
Apache License 2.0
3.38k stars 157 forks source link

No need to flush non-durable commits anymore #906

Closed mconst closed 4 days ago

mconst commented 4 days ago

Now that we have #897, we no longer need special-case code to flush non-durable commits on shutdown, since Database::drop() now guarantees that the last commit before shutdown is a durable commit with quick-repair enabled.