Searched refs:tables (Results 1 – 13 of 13) sorted by relevance
| /rocksdb-6.9/docs/_posts/ |
| D | 2014-05-14-lock.markdown | 12 …erstand terms used below, like SST tables or mem tables). SST tables are immutable after being wri… 16 * Increase or decrease reference counters of mem tables and SST tables 29 …tables, so that readers only need to increase the reference counters for this single data structur…
|
| D | 2016-04-26-rocksdb-4-5-1-released.markdown | 28 …tion allows Get and MultiGet to read only the persited data and skip mem-tables if writes were don…
|
| D | 2016-07-26-rocksdb-4-8-released.markdown | 14 …* Allow preset compression dictionary for improved compression of block-based tables. This is supp…
|
| D | 2015-07-23-dynamic-level.markdown | 17 …1000GB. Before level 1, there will be some staging file flushed from mem tables, called Level 0 fi…
|
| D | 2018-11-21-delete-range.markdown | 251 The results are summarized in the tables below, averaged over 10 runs (note the
|
| /rocksdb-6.9/db/ |
| D | memtable_list_test.cc | 541 std::vector<MemTable*> tables; in TEST_F() local 558 tables.push_back(mem); in TEST_F() 586 list.Add(tables[0], &to_delete); in TEST_F() 587 list.Add(tables[1], &to_delete); in TEST_F() 611 list.Add(tables[2], &to_delete); in TEST_F() 634 list.Add(tables[3], &to_delete); in TEST_F() 658 list.Add(tables[4], &to_delete); in TEST_F() 727 list.Add(tables[5], &to_delete); in TEST_F() 809 for (auto& elem : tables) { in TEST_F() 853 lists[i]->Add(tables[i][j], &to_delete); in TEST_F() [all …]
|
| D | db_wal_test.cc | 739 auto tables = ListTableFiles(env_, dbname_); in TEST_F() local 740 ASSERT_EQ(tables.size(), static_cast<size_t>(1)); in TEST_F() 794 auto tables = ListTableFiles(env_, dbname_); in TEST_F() local 795 ASSERT_EQ(tables.size(), static_cast<size_t>(1)); in TEST_F() 818 auto tables = ListTableFiles(env_, dbname_); in TEST_F() local 819 ASSERT_EQ(tables.size(), static_cast<size_t>(2)); in TEST_F()
|
| D | db_basic_test.cc | 796 auto tables = ListTableFiles(env_, dbname_); in TEST_F() local 797 ASSERT_EQ(tables.size(), i + 1U); in TEST_F()
|
| /rocksdb-6.9/docs/css/ |
| D | main.scss | 127 "tables",
|
| /rocksdb-6.9/utilities/ |
| D | env_librados.md | 118 show tables;
|
| /rocksdb-6.9/CMakeFiles/ |
| D | CMakeConfigureLog.yaml | 124 …ic -mframe-pointer=all -fno-rounding-math -mconstructor-aliases -munwind-tables -target-cpu x86-64… 185 …ic -mframe-pointer=all -fno-rounding-math -mconstructor-aliases -munwind-tables -target-cpu x86-64… 277 …ic -mframe-pointer=all -fno-rounding-math -mconstructor-aliases -munwind-tables -target-cpu x86-64… 335 …ic -mframe-pointer=all -fno-rounding-math -mconstructor-aliases -munwind-tables -target-cpu x86-64…
|
| /rocksdb-6.9/ |
| D | CMakeLists.txt | 191 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-format -fno-asynchronous-unwind-tables")
|
| D | HISTORY.md | 322 * Enable properties block checksum verification for block-based tables. 774 * Allow preset compression dictionary for improved compression of block-based tables. This is suppo… 806 …tion allows Get and MultiGet to read only the persited data and skip mem-tables if writes were don…
|