Commit Graph

74 Commits (4d40b10e0f111319a45a53dc074df635a5a76853)

Author SHA1 Message Date
Islam AbdelRahman d11c09d9e2 Eliminate memcpy from ForwardIterator 8 years ago
omegaga e70020e4f6 Only cache level 0 indexes and filter when opening table reader 8 years ago
Islam AbdelRahman 68a8e6b8fa Introduce FullMergeV2 (eliminate memcpy from merge operators) 8 years ago
omegaga cd4178a015 Add a new feature to enforce a sync point only active on a thread 8 years ago
sdong 32df9733d1 Add options.write_buffer_manager: control total memtable size across DB instances 8 years ago
Islam AbdelRahman c70a9335de Fix mutex unlock issue between scheduled compaction and ReleaseCompactionFiles() 8 years ago
krad a08c8c851a Added PersistentCache abstraction 8 years ago
Islam AbdelRahman d86f9b9c3f Fix lite build 8 years ago
Islam AbdelRahman 4b31723433 Add bottommost_compression option 8 years ago
Andrew Kryczka a06faa6327 Skip PresetCompressionDict test for lite 8 years ago
Andrew Kryczka 0f428c5619 Fix compression dictionary clang osx error 8 years ago
Andrew Kryczka 843d2e3137 Shared dictionary compression using reference block 8 years ago
Yi Wu 792762c42c Split db_test.cc 8 years ago
Victor Tyutyunov e5c614e1df Fixing snapshot 0 assertion 8 years ago
Victor Tyutyunov 1b1adebe8f Fixing snapshot 0 assertion 8 years ago
sdong 535af525d6 BlockBasedTable::PrefixMayMatch() to skip index checking if we can't find a filter block. 8 years ago
sdong dff4c48ede BlockBasedTable::PrefixMayMatch: no need to find data block after full bloom checking 8 years ago
Marton Trencseni 9b51987521 Adding pin_l0_filter_and_index_blocks_in_cache feature and related fixes. 8 years ago
Praveen Rao 583157f710 Avoid overloaded virtual function 8 years ago
Praveen Rao 2dcbb3b4f3 Addressed review comments 8 years ago
agiardullo fbbb8a6144 Add test for Snapshot 0 8 years ago
sdong b2ae5950ba Index Reader should not be reused after DB restart 8 years ago
sdong 294bdf9ee2 Change Property name from "rocksdb.current_version_number" to "rocksdb.current-super-version-number" 8 years ago
sdong e79ad9e184 Add Iterator Property rocksdb.iterator.version_number 8 years ago