tikv / rust-rocksdb

rust wrapper for rocksdb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AB test between RocksDB and Titan

zhangjinpeng87 opened this issue · 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