Commit Graph

504 Commits (f83eecff99889883349ecec237b1a78edb1ad09f)

Author SHA1 Message Date
Lijun Tang adb665e0bf Allowed delayed_write_rate option to be dynamically set. 8 years ago
Yi Wu 437942e481 Add avoid_flush_during_shutdown DB option 8 years ago
Benoit Girard 2b16d664cb Change max_bytes_for_level_multiplier to double 8 years ago
Yueh-Hsuan Chiang ab53998372 Bump RocksDB version to 4.13 (#1405) 8 years ago
Aaron Gao d88dff4ef2 add seeforprev in history 8 years ago
Yi Wu e29d3b67c2 Make max_background_compactions and base_background_compactions dynamic changeable 8 years ago
Yi Wu d6ae6dec69 Add Statistics::getAndResetTickerCount(). 8 years ago
Yi Wu 17f76fc564 DB::GetOptions() reflect dynamic changed options 8 years ago
Islam AbdelRahman eb1d4d53c8 Release RocksDB 4.12 8 years ago
Andrew Kryczka de28a25533 Update HISTORY.md for thread-local stats 8 years ago
sdong 607628d349 Support ZSTD with finalized format 8 years ago
Yi Wu a88677d2cf Remove ImmutableCFOptions from public API 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
Justin T. Gibbs 23a057007c Document memtable flush behavior in CancelAllBackgroundWork() 8 years ago
Yi Wu 4cc37f59e5 Introduce ClockCache 8 years ago
sdong 638c49f24f Change HISTORY.md for release 4.11 8 years ago
Wanning Jiang c38b075e7e Update HISTORY.md 8 years ago
Wanning Jiang 8f399e3fee Update HISTORY.md 8 years ago
sdong 7c4615cf1f A utility function to help users migrate DB after options change 8 years ago
sdong e5b5f12b81 Change options memtable_prefix_bloom_huge_page_tlb_size => memtable_huge_page_size and cover huge page to memtable too 8 years ago
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 8 years ago
Yi Wu a92049e3e7 Added EventListener::OnTableFileCreationStarted() callback 8 years ago
Andrew Kryczka 843d2e3137 Shared dictionary compression using reference block 8 years ago
Andrew Kryczka 7a6045a3c7 fix typo in HISTORY.md 8 years ago
Andrew Kryczka 73a847ef89 Add per-level compression ratio property 8 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