Hey folks, I want to try out checksum verification in RocksDB (via RocksJava) and it seems RocksDB supports the following:
Whole file checksum: I don’t see how to enable this in RocksJava. Even the VerifyFileChecksums api in c++ returns not supported error but I saw a DB implementation for it. Any reason why this isn’t supported? Is there a way to enable file checksum in RocksJava?
Per Key Value checksum: According to this blog, it seems this exists. How do I enable it in RocksJava? Also does it still not support memtable entries? Any other limitations?
Thanks
--
You received this message because you are subscribed to the Google Groups "rocksdb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rocksdb+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/rocksdb/edd6d0e6-9170-4515-b6eb-14755893e7b8n%40googlegroups.com.