rust-rocksdb icon indicating copy to clipboard operation
rust-rocksdb copied to clipboard

AB test between RocksDB and Titan

Open zhangjinpeng87 opened this issue 5 years ago • 0 comments

Do random operations in the same order, and check if the content in Titan and in RocksDB are consistent.

Operations

  • Put
  • Delete
  • DeleteFilesInRanges
  • Ingest sst file
  • Get snapshot and release
  • Create Iterator and release

Step

  • Generate random operations
  • Apply to Titan and RocksDB
  • Check

zhangjinpeng87 avatar Dec 07 '19 11:12 zhangjinpeng87