Home
last modified time | relevance | path

Searched refs:tables (Results 1 – 13 of 13) sorted by relevance

/rocksdb-6.9/docs/_posts/
D2014-05-14-lock.markdown12 …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
29tables, so that readers only need to increase the reference counters for this single data structur…
D2016-04-26-rocksdb-4-5-1-released.markdown28 …tion allows Get and MultiGet to read only the persited data and skip mem-tables if writes were don…
D2016-07-26-rocksdb-4-8-released.markdown14 …* Allow preset compression dictionary for improved compression of block-based tables. This is supp…
D2015-07-23-dynamic-level.markdown17 …1000GB. Before level 1, there will be some staging file flushed from mem tables, called Level 0 fi…
D2018-11-21-delete-range.markdown251 The results are summarized in the tables below, averaged over 10 runs (note the
/rocksdb-6.9/db/
Dmemtable_list_test.cc541 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 …]
Ddb_wal_test.cc739 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()
Ddb_basic_test.cc796 auto tables = ListTableFiles(env_, dbname_); in TEST_F() local
797 ASSERT_EQ(tables.size(), i + 1U); in TEST_F()
/rocksdb-6.9/docs/css/
Dmain.scss127 "tables",
/rocksdb-6.9/utilities/
Denv_librados.md118 show tables;
/rocksdb-6.9/CMakeFiles/
DCMakeConfigureLog.yaml124 …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/
DCMakeLists.txt191 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-format -fno-asynchronous-unwind-tables")
DHISTORY.md322 * 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…