rocksdb ::ReadOptions options; options.snapshot = db->GetSnapshot(); … apply some updates to db …. rocksdb::Iterator* iter = db->NewIterator( ...
確定! 回上一頁