-
-
Notifications
You must be signed in to change notification settings - Fork 177
Support checksum options #172
Comments
@vweevers Anything that's still interesting to implement? I could tackle if that's the case. |
I have no idea. Personally I've never even seen a corrupted db. But maybe I would have, if |
@peakji Something that floats your boat? |
I have never seen a corrupted db. And in my use case, I guess I'll keep However, there are some blockchain and coin projects using leveldown, maybe checksums are useful there? |
BTW, leveldb got some interesting updates recently, we could import after their next release. |
Just discovered that in RocksDB both |
Can reopen if there's interest. |
ReadOptions::verify_checksums
for read operations, which, by default, don't verify checksums.Options::paranoid_checks
when opening a db will do aggressive checksum verificationmoved over from Level/levelup#12
The text was updated successfully, but these errors were encountered: