Home
last modified time | relevance | path

Searched refs:ve (Results 1 – 7 of 7) sorted by relevance

/rocksdb-6.9/db/
Dversion_edit_test.cc232 VersionEdit ve; in TEST_F() local
242 ASSERT_NOK(ve.DecodeFrom(encoded)); in TEST_F()
252 ASSERT_NOK(ve.DecodeFrom(encoded)); in TEST_F()
264 ASSERT_OK(ve.DecodeFrom(encoded)); in TEST_F()
266 ASSERT_TRUE(ve.HasLogNumber()); in TEST_F()
267 ASSERT_TRUE(ve.HasNextFile()); in TEST_F()
268 ASSERT_EQ(66, ve.GetLogNumber()); in TEST_F()
269 ASSERT_EQ(88, ve.GetNextFile()); in TEST_F()
Dversion_set.cc4925 VersionEdit ve; in ReduceNumberOfLevels() local
4930 mutable_cf_options, &ve, &dummy_mutex, nullptr, true); in ReduceNumberOfLevels()
/rocksdb-6.9/
DCONTRIBUTING.md9 only need to do this once, so if you've done this for another Facebook
DROCKSDB_LITE.md3 RocksDBLite is a project focused on mobile use cases, which don't need a lot of fancy things we've
/rocksdb-6.9/docs/_docs/
Dfaq.md22 By contrast, we’ve published the [RocksDB benchmark results](https://github.com/facebook/rocksdb/wi…
/rocksdb-6.9/docs/_posts/
D2017-06-26-17-level-based-changes.markdown40 … work since we don't pull in any L1 files, whereas L0->L1 compaction would've pulled in all of the…
D2018-08-23-data-block-hash-index.markdown7 We've designed and implemented a _data block hash index_ in RocksDB that has the benefit of both re…