Commit Graph

234 Commits (12767b3130a2076539aff97db276c43464722a27)

Author SHA1 Message Date
sdong 32df9733d1 Add options.write_buffer_manager: control total memtable size across DB instances 8 years ago
Lucas Qiu 38fae9e65d fix typos in HISTORY.md (#1192) 8 years ago
Islam AbdelRahman 9b5adea97f Add More Logging to track total_log_size 8 years ago
Andrew Kryczka 56ac686292 Detect column family from properties [CF + RepairDB part 2/3] 8 years ago
omegaga c4e19b77e8 Add a read option to enable background purge when cleaning up iterators 8 years ago
sdong 7b79238b65 Deprectate filter_deletes 8 years ago
sdong 0babce57f7 Move away from enum char value -1 8 years ago
Yi Wu bc8af90e8c add option to not flush memtable on open() 8 years ago
sdong 20699df843 memtable_prefix_bloom_bits -> memtable_prefix_bloom_bits_ratio and deprecate memtable_prefix_bloom_probes 8 years ago
Aaron Gao 53a4bd8a69 duplicate line 8 years ago
Aaron Gao 3e86869616 release 4.9 update version and history 8 years ago
sdong b2973eaaeb Remove options builder 8 years ago
sdong 1d725ca51d Deprecate BlockBasedTableOptions.hash_index_allow_collision=false. 8 years ago
Evan Shaw 7383b64b3a Fix formatting of HISTORY.md (#1126) 8 years ago
Islam AbdelRahman 4b31723433 Add bottommost_compression option 8 years ago
Yi Wu 24a24f013d Enable configurable readahead for iterators 8 years ago
Yi Wu 1b166928c7 Release RocksDB 4.8.0 9 years ago
Yi Wu a92049e3e7 Added EventListener::OnTableFileCreationStarted() callback 9 years ago
Andrew Kryczka 843d2e3137 Shared dictionary compression using reference block 9 years ago
Andrew Kryczka 7a6045a3c7 fix typo in HISTORY.md 9 years ago
Andrew Kryczka 73a847ef89 Add per-level compression ratio property 9 years ago
Andrew Kryczka 40b840f294 Delete deprecated *BackupableDB interface for backups 9 years ago
sdong 4b6833aec1 Rename options.compaction_measure_io_stats to options.report_bg_io_stats and include flush too. 9 years ago
Islam AbdelRahman 1aeca97337 Release RocksDB 4.7 9 years ago
sdong 2feafa3db9 Change some RocksDB default options 9 years ago
Andrew Kryczka 0267655dad Update change log for 4.6 release 9 years ago
Islam AbdelRahman 580fede347 Aggregate hot Iterator counters in LocalStatistics (DBIter::Next perf regression) 9 years ago
Yi Wu f71fc77b7c Cache to have an option to fail Cache::Insert() when full 9 years ago
sdong 12fd9b1868 Change BlockBasedTableOptions.format_version default to 2 9 years ago
sdong 1f5954147b Introduce Iterator::GetProperty() and replace Iterator::IsKeyPinned() 9 years ago
sdong 92a9ccf1a6 Add a new compaction priority that picks file whose overlapping ratio is smallest 9 years ago
Yueh-Hsuan Chiang 4a8cbf4e31 Allows Get and MultiGet to read directly from SST files. 9 years ago
sdong 73a9b0f4ba Update version to 4.5 9 years ago
Islam AbdelRahman d6c838f1e1 Add SstFileManager (component tracking all SST file in DBs and control the deletion rate) 9 years ago
sdong d20915d52a Disable stats about mutex duration by default 9 years ago
sdong 38e1d7fea3 ldb to support --column_family option 9 years ago
sdong fb9811ee9b Add a perf context level that doesn't measure time for mutex operations 9 years ago
agiardullo f7ebc2f346 Update HISTORY.mc for 4.4.0 9 years ago
Gunnar Kudrjavets b1a3b4c0d0 Make ldb automagically determine the file type and use the correct dumping function 9 years ago
sdong 15b8902264 Change default options.delayed_write_rate 9 years ago
sdong b9f77ba12b When slowdown is triggered, reduce the write rate 9 years ago
Islam AbdelRahman d005c66faf Report compaction reason in CompactionListener 9 years ago
sdong d72b31774e Slowdown when writing to the last write buffer 9 years ago
charsyam c30b499541 fix typos in comments 9 years ago
sdong 56e77f0967 Deprecate options.soft_rate_limit and add options.soft_pending_compaction_bytes_limit 9 years ago
sdong d6e1035a1f A new compaction picking priority that optimizes for write amplification for random updates. 9 years ago
krad 188170fb4e Updating HISTORY.md 9 years ago
sdong db320b1b82 DB to only flush the column family with the largest memtable while option.db_write_buffer_size is hit 9 years ago
Venkatesh Radhakrishnan 81be49c755 Have a way for compaction filter to ignore snapshots 9 years ago
sdong 9bc9c93bd4 Move to version 4.3 9 years ago