Home
last modified time | relevance | path

Searched refs:three (Results 1 – 9 of 9) sorted by relevance

/rocksdb-6.9/db/
Ddb_compaction_filter_test.cc537 std::string one, two, three, four; in TEST_F() local
540 PutFixed64(&three, 3); in TEST_F()
560 ASSERT_EQ(newvalue, three); in TEST_F()
563 ASSERT_EQ(newvalue, three); in TEST_F()
584 ASSERT_EQ(newvalue, three); in TEST_F()
587 ASSERT_EQ(newvalue, three); in TEST_F()
Dcolumn_family_test.cc911 std::string one, two, three; in TEST_P() local
914 PutFixed64(&three, 3); in TEST_P()
947 ASSERT_EQ(three, Get(1, "mirko")); in TEST_P()
1149 three.write_buffer_size = 4096 * 22; in TEST_P()
1150 three.arena_block_size = 4096; in TEST_P()
1151 three.max_write_buffer_number = 10; in TEST_P()
1153 three.max_write_buffer_size_to_maintain = in TEST_P()
1156 Reopen({default_cf, one, two, three}); in TEST_P()
1299 std::string one, two, three; in TEST_P() local
1302 PutFixed64(&three, 3); in TEST_P()
[all …]
Dwrite_batch_test.cc623 ColumnFamilyHandleImplDummy zero(0), two(2), three(3), eight(8); in TEST_F() local
630 batch.Merge(&three, Slice("threethree"), Slice("3three")); in TEST_F()
652 ColumnFamilyHandleImplDummy zero(0), two(2), three(3), eight(8); in TEST_F() local
658 batch.Merge(&three, Slice("threethree"), Slice("3three")); in TEST_F()
Ddb_test.cc5376 std::string one, two, three; in TEST_F() local
5379 PutFixed64(&three, 3); in TEST_F()
5396 ASSERT_OK(db_->Merge(WriteOptions(), "foo", three)); in TEST_F()
/rocksdb-6.9/docs/_posts/
D2016-01-29-compaction_pri.markdown14 …7bc771fa6d4ac238859ba/include/rocksdb/options.h#L83-L93), which indicated three different algorith…
43 In all, there three choices of compaction priority modes optimizing different scenarios. if you hav…
D2015-11-16-analysis-file-read-latency-by-level.markdown152 … as bloom filter blocks. We are also working on a feature to break down those three type of blocks.
/rocksdb-6.9/docs/
DTEMPLATE-INFORMATION.md11 You can customize your homepage in three parts - the first in the homepage header, which is mostly …
/rocksdb-6.9/
DCOPYING142 b) Accompany it with a written offer, valid for at least three
DHISTORY.md866 …ritten in cases where equality comparisons can be done more efficiently than three-way comparisons.
932 …r removeScanCountLimit obsolete. Because of that NewLRUCache doesn't take three arguments anymore.…
1002 … filter, there is a disk format change you need to be aware of. There are three steps you need to …