Commit Graph

315 Commits (158da7a6eeecedac0c837bc6989d4773176d350c)

Author SHA1 Message Date
Islam AbdelRahman 08864df212 Move advanced column family options to advanced_options.h 8 years ago
Siying Dong 8efb5ffa2a [rocksdb][PR] Remove option min_partial_merge_operands and verify_checksums_in_comp… 8 years ago
Yi Wu 381fd32247 Remove timeout_hint_us from WriteOptions 8 years ago
Aaron Gao db2b4eb50e avoid direct io in rocksdb_lite 8 years ago
Sagar Vemuri eb912a927e Remove disableDataSync option 8 years ago
Andrew Kryczka 186c7eedb0 Remove incorrect statistics warning 8 years ago
Siying Dong 4a3e7d320c Change the default of delayed slowdown value to 16MB/s 8 years ago
Islam AbdelRahman 8b369ae5bd Cleaner default options using C++11 in-class init 8 years ago
Hyeonseok Oh f2b4939da4 fixed typo 8 years ago
Aaron Gao 972f96b3fb direct io write support 8 years ago
Yi Wu dfb6fe6755 Unified InlineSkipList::Insert algorithm with hinting 8 years ago
Maysam Yabandeh 182b940e70 Add WriteOptions.no_slowdown 8 years ago
Siying Dong 972e3ff295 Enable allow_concurrent_memtable_write and enable_write_thread_adaptive_yield by default 8 years ago
Yi Wu 1ea79a78c9 Optimize sequential insert into memtable - Part 1: Interface 9 years ago
Andrew Kryczka f998c9790f DeleteRange Get support 9 years ago
Yi Wu 437942e481 Add avoid_flush_during_shutdown DB option 9 years ago
Benoit Girard 2b16d664cb Change max_bytes_for_level_multiplier to double 9 years ago
Kien-hung Li eeb27e1bbd Add handy option to turn on direct I/O in db_bench (#1424) 9 years ago
Islam AbdelRahman 869ae5d786 Support IngestExternalFile (remove AddFile restrictions) 9 years ago
Islam AbdelRahman 2ad68b971a Support running consistency checks in release mode 9 years ago
Giuseppe Ottaviano d45eb6c6d2 Fix typo (#1349) 9 years ago
wenduo 0e2da497c6 fix typo in option.h's comment (#1321) 9 years ago
sdong 607628d349 Support ZSTD with finalized format 9 years ago
sdong 32149059f9 Merge options source_compaction_factor, max_grandparent_overlap_bytes and expanded_compaction_factor into max_compaction_bytes 9 years ago
Edouard A a117891b4b Fixed typo (#1279) 9 years ago
sdong e5b5f12b81 Change options memtable_prefix_bloom_huge_page_tlb_size => memtable_huge_page_size and cover huge page to memtable too 9 years ago
sdong 32df9733d1 Add options.write_buffer_manager: control total memtable size across DB instances 9 years ago
Islam AbdelRahman af6248d8b8 Fix max_bytes_for_level_base comment 9 years ago
omegaga c4e19b77e8 Add a read option to enable background purge when cleaning up iterators 9 years ago
sdong 7b79238b65 Deprectate filter_deletes 9 years ago
sdong 0babce57f7 Move away from enum char value -1 9 years ago
sdong 9a33a723ba Remove the comments saying allow_concurrent_memtable_write and enable_write_thread_adaptive_yield are not stable 9 years ago
Yi Wu bc8af90e8c add option to not flush memtable on open() 9 years ago
sdong 20699df843 memtable_prefix_bloom_bits -> memtable_prefix_bloom_bits_ratio and deprecate memtable_prefix_bloom_probes 9 years ago
sdong b2973eaaeb Remove options builder 9 years ago
krad a08c8c851a Added PersistentCache abstraction 9 years ago
Reid Horuff 1b8a2e8fdd [rocksdb] Memtable Log Referencing and Prepared Batch Recovery 9 years ago
Islam AbdelRahman 4b31723433 Add bottommost_compression option 9 years ago
sdong 7ccb8d6ef3 BlockBasedTable::Get() not to use prefix bloom if read_options.total_order_seek = true 9 years ago
sdong e3c6ba37dd OptimizeForSmallDb(): revert some options whose defaults were just changed 9 years ago
Yi Wu 24a24f013d Enable configurable readahead for iterators 9 years ago
sdong 6a14f7a976 Change several option defaults 9 years ago
Li Peng 6d4832a998 Merge pull request #1101 from flyd1005/wip-fix-typo 9 years ago
Andrew Kryczka 54de13abac Fix compression dictionary clang errors 9 years ago
Andrew Kryczka 843d2e3137 Shared dictionary compression using reference block 9 years ago
Sergey Makarenko 1c80dfab24 Print memory allocation counters 9 years ago
Dmitri Smirnov ee221d2de0 Introduce XPRESS compresssion on Windows. (#1081) 9 years ago
flabby 874c96ac1d Merge pull request #1083 from flabby/master 9 years ago
sdong 4b6833aec1 Rename options.compaction_measure_io_stats to options.report_bg_io_stats and include flush too. 9 years ago
sdong 2feafa3db9 Change some RocksDB default options 9 years ago