Commit Graph

81 Commits (374c37da5b2db2c34f95f8c1539c83f69e4f2987)

Author SHA1 Message Date
Islam AbdelRahman 5691a1d8a4 Fix compaction conflict with running compaction 8 years ago
Aaron Gao 715256338a forbid merge during recovery 8 years ago
sdong b666f85445 Consider more factors when determining preallocation size of WAL files 8 years ago
sdong 607628d349 Support ZSTD with finalized format 8 years ago
sdong 32149059f9 Merge options source_compaction_factor, max_grandparent_overlap_bytes and expanded_compaction_factor into max_compaction_bytes 8 years ago
Islam AbdelRahman b49b92cf28 Introduce Read amplification bitmap (read amp statistics) 8 years ago
sdong dade61ac26 Mitigate regression bug of options.max_successive_merges hit during DB Recovery 8 years ago
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 9 years ago
Andrew Kryczka 0f428c5619 Fix compression dictionary clang osx error 9 years ago
Andrew Kryczka 843d2e3137 Shared dictionary compression using reference block 9 years ago
Yi Wu 792762c42c Split db_test.cc 9 years ago
Victor Tyutyunov e5c614e1df Fixing snapshot 0 assertion 9 years ago
Victor Tyutyunov 1b1adebe8f Fixing snapshot 0 assertion 9 years ago
sdong 535af525d6 BlockBasedTable::PrefixMayMatch() to skip index checking if we can't find a filter block. 9 years ago
sdong dff4c48ede BlockBasedTable::PrefixMayMatch: no need to find data block after full bloom checking 9 years ago
Marton Trencseni 9b51987521 Adding pin_l0_filter_and_index_blocks_in_cache feature and related fixes. 9 years ago
Praveen Rao 583157f710 Avoid overloaded virtual function 9 years ago
Praveen Rao 2dcbb3b4f3 Addressed review comments 9 years ago
agiardullo fbbb8a6144 Add test for Snapshot 0 9 years ago
sdong b2ae5950ba Index Reader should not be reused after DB restart 9 years ago
sdong 294bdf9ee2 Change Property name from "rocksdb.current_version_number" to "rocksdb.current-super-version-number" 9 years ago
sdong e79ad9e184 Add Iterator Property rocksdb.iterator.version_number 9 years ago