- Add
Database::cache_stats()
- Fix
open()
andcreate()
to returnInvalidData
when they are called on a database file
that is not a valid redb database - Significantly speed up
restore_savepoint()
. The time is takes now scales with the change delta
since the savepoint was captured, rather than the size of the database file DatabaseStats::fragmented_bytes()
is now more accurate