Commit Graph

162 Commits (0ec90a7cc2077c9629bbd3ccc70823f77a94796d)

Author SHA1 Message Date
Siying Dong 3c327ac2d0 Change RocksDB License 8 years ago
奏之章 70440f7a63 Add virtual func IsDeleteRangeSupported 8 years ago
Siying Dong 6837a17621 Fix Data Race Between CreateColumnFamily() and GetAggregatedIntProperty() 8 years ago
Siying Dong 52a7f38b19 WriteOptions.low_pri which can throttle low pri writes if needed 8 years ago
hyunwoo c7662a44a4 fixed typo 8 years ago
Andrew Kryczka a4d9c02511 Pass CF ID to MemTableRepFactory 8 years ago
Sagar Vemuri 7bb1f5d483 Increase of compaction threads should be logged at info level instead of a warning 8 years ago
Mikhail Antonov ba685a472a Support ingest_behind for IngestExternalFile 8 years ago
Siying Dong 264d3f540c Allow IntraL0 compaction in FIFO Compaction 8 years ago
Siying Dong aeaba07b2a Remove an assert that causes TSAN failure. 8 years ago
Siying Dong d616ebea23 Add GPLv2 as an alternative license. 8 years ago
Siying Dong ff97287016 Refactor compaction picker code 8 years ago
Siying Dong d2dce5611a Move some files under util/ to separate dirs 8 years ago
Islam AbdelRahman e19163688b Add macros to include file name and line number during Logging 8 years ago
Siying Dong 1ba2804b7f Remove XFunc tests 8 years ago
Reid Horuff 5cf176ca15 Fix for 2PC causing WAL to grow too large 8 years ago
Islam AbdelRahman 3c6b49ed66 Fix implicit conversion between int64_t to int 9 years ago
Islam AbdelRahman a2bf265a39 Avoid intentional overflow in GetL0ThresholdSpeedupCompaction 9 years ago
Siying Dong cd7c4143d7 Improve Write Stalling System 9 years ago
Yi Wu dfb6fe6755 Unified InlineSkipList::Insert algorithm with hinting 9 years ago
Andrew Kryczka 661e4c9267 DeleteRange unsupported in non-block-based tables 9 years ago
Islam AbdelRahman eba99c28e4 Fix min_write_buffer_number_to_merge = 0 bug 9 years ago
Yi Wu 1ea79a78c9 Optimize sequential insert into memtable - Part 1: Interface 9 years ago
Lijun Tang adb665e0bf Allowed delayed_write_rate option to be dynamically set. 9 years ago
Edouard A 99c052a34f Fix integer overflow in GetL0ThresholdSpeedupCompaction (#1378) 9 years ago
Aaron Gao 59a7c0337b Change ioptions to store user_comparator, fix bug 9 years ago
Islam AbdelRahman 5691a1d8a4 Fix compaction conflict with running compaction 9 years ago
Yi Wu 9ed928e7a9 Split DBOptions into ImmutableDBOptions and MutableDBOptions 9 years ago
Aaron Gao 0a1bd9c509 add cfh deletion started listener 9 years ago
Yi Wu 0a88f38b7e Remove ColumnFamilyData::options() 9 years ago
Yi Wu 17f76fc564 DB::GetOptions() reflect dynamic changed options 9 years ago
Yi Wu 81747f1be6 Refactor MutableCFOptions 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
Yi Wu ee027fc19f Ignore write stall triggers when auto-compaction is disabled 9 years ago
Jay Edgar cdc4eb6892 Add a GetComparator() function to the ColumnFamilyHandle base class so that the user's comparator can be retrieved. 9 years ago
sdong 32df9733d1 Add options.write_buffer_manager: control total memtable size across DB instances 9 years ago
sdong 7b79238b65 Deprectate filter_deletes 9 years ago
sdong 20699df843 memtable_prefix_bloom_bits -> memtable_prefix_bloom_bits_ratio and deprecate memtable_prefix_bloom_probes 9 years ago
Warren Falk b8cf9130f8 Fix #1110, 32-bit build failure on Mac OSX (#1112) 9 years ago
Dhruba Borthakur 1a2cc27e01 ColumnFamilyOptions SanitizeOptions is buggy on 32-bit platforms. 9 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 9 years ago
sdong b1887c5dd9 Explictly fail when memtable doesn't support concurrent insert 9 years ago
Venkatesh Radhakrishnan 3b2a1ddd2e Add options.base_background_compactions as a number of compaction threads for low compaction debt 9 years ago
sdong 6ee38bb15c Slowdown of writing to the last memtable should not override stopping 9 years ago
Yueh-Hsuan Chiang 6935eb24e0 Add ColumnFamilyHandle::GetDescriptor() 10 years ago
Siying Dong 22c0ed8a5f Disable Visual Studio Warning C4351 10 years ago
Nathan Bronson 7d87f02799 support for concurrent adds to memtable 10 years ago
sdong b9f77ba12b When slowdown is triggered, reduce the write rate 10 years ago
sdong d72b31774e Slowdown when writing to the last write buffer 10 years ago
Venkatesh Radhakrishnan 030215bf01 Running manual compactions in parallel with other automatic or manual compactions in restricted cases 10 years ago