Commit Graph

376 Commits (c992eb118b134daf8e342a78bec6783007bd6c22)

Author SHA1 Message Date
Siying Dong 41cbb72749 options.delayed_write_rate use the rate of rate_limiter by default. 8 years ago
Yi Wu 07bdcb91fe New WriteImpl to pipeline WAL/memtable write 8 years ago
yizhu.sun f5ba131bf8 Fixed some spelling mistakes 8 years ago
Mikhail Antonov ba685a472a Support ingest_behind for IngestExternalFile 8 years ago
Aaron Gao 2150cc1f3e fix WritableFile buffer size in direct IO 8 years ago
Aaron Gao 44fa8ece9b change use_direct_writes to use_direct_io_for_flush_and_compaction 8 years ago
Maysam Yabandeh 20778f2f92 Adding comments to the write path 8 years ago
Sagar Vemuri c6d04f2ecf Option to fail a request as incomplete when skipping too many internal keys 8 years ago
Siying Dong dbae438a0e Replace "DEPRECATED" comment to "not supported" 8 years ago
Sagar Vemuri 97edc72d39 Add a memtable-only iterator 8 years ago
Aaron Gao e877afa08b Remove bulk loading and auto_roll_logger in rocksdb_lite 8 years ago
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 8 years ago
Andrew Kryczka f998c9790f DeleteRange Get support 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
Kien-hung Li eeb27e1bbd Add handy option to turn on direct I/O in db_bench (#1424) 8 years ago
Islam AbdelRahman 869ae5d786 Support IngestExternalFile (remove AddFile restrictions) 8 years ago
Islam AbdelRahman 2ad68b971a Support running consistency checks in release mode 8 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