Searched refs:three (Results 1 – 9 of 9) sorted by relevance
| /rocksdb-6.9/db/ |
| D | db_compaction_filter_test.cc | 537 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()
|
| D | column_family_test.cc | 911 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 …]
|
| D | write_batch_test.cc | 623 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()
|
| D | db_test.cc | 5376 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/ |
| D | 2016-01-29-compaction_pri.markdown | 14 …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…
|
| D | 2015-11-16-analysis-file-read-latency-by-level.markdown | 152 … as bloom filter blocks. We are also working on a feature to break down those three type of blocks.
|
| /rocksdb-6.9/docs/ |
| D | TEMPLATE-INFORMATION.md | 11 You can customize your homepage in three parts - the first in the homepage header, which is mostly …
|
| /rocksdb-6.9/ |
| D | COPYING | 142 b) Accompany it with a written offer, valid for at least three
|
| D | HISTORY.md | 866 …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 …
|