Commit Graph

2521 Commits (91300d01f6649785975b747675d0a2d50142d4c7)

Author SHA1 Message Date
Artemiy Kolesnikov 91300d01f6 Dynamic max_total_wal_size option 8 years ago
Andrew Kryczka ec2f64794b Consider subcompaction boundaries when updating file boundaries for range deletion 8 years ago
Andrew Kryczka 3b192f6186 Handle full final subcompaction output file with range deletions 8 years ago
Andrew Kryczka 6c57952002 Make range deletion inclusive-exclusive 8 years ago
Yi Wu 1ea79a78c9 Optimize sequential insert into memtable - Part 1: Interface 8 years ago
Yi Wu df5eeb85ca Optimize sequential insert into memtable - Part 2: Implementation 8 years ago
Islam AbdelRahman 5ed650857d Fix SstFileWriter destructor 8 years ago
Lijun Tang adb665e0bf Allowed delayed_write_rate option to be dynamically set. 8 years ago
Maysam Yabandeh 361010d447 Exporting compaction stats in the form of a map 8 years ago
Aaron Gao b39b2ee12f do not call get() in recovery mode 8 years ago
Reid Horuff 1ca5f6d132 Fix 2PC Recovery SeqId Miscount 8 years ago
Andrew Kryczka c90fef88b1 fix open failure with empty wal 8 years ago
Andrew Kryczka 4e20c5da20 Store internal keys in TombstoneMap 8 years ago
Yueh-Hsuan Chiang a9fb346e4a Fix RocksDB Lite build failure in c_test.cc 8 years ago
Reid Horuff d133b08f68 Use correct sequence number when creating memtable 8 years ago
Islam AbdelRahman 9bd191d2f4 Fix deadlock between (WriterThread/Compaction/IngestExternalFile) 8 years ago
Islam AbdelRahman 193221e0a1 Fix Forward Iterator Seek()/SeekToFirst() 8 years ago
Aaron Gao e48f3f8b9e remove tabs and duplicate #include in c api 8 years ago
Jay Lee a7875272d7 c: support seek_for_prev 8 years ago
Andrew Kryczka 9e7cf3469b DeleteRange user iterator support 8 years ago
Andrew Kryczka f998c9790f DeleteRange Get support 8 years ago
zhangjinpeng1987 879f366366 Add C api for RateLimiter 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
Jay Lee 16fb04434f expose IngestExternalFile to c abi 8 years ago
Andrew Kryczka 40a2e406f8 DeleteRange flush support 8 years ago
Vladislav Vaintroub d5555d95a3 Fix MSVC compile error in 32 bit compilation 8 years ago
Siying Dong da61f348d3 Print compression and Fast CRC support info as Header level 8 years ago
Siying Dong c90c48d3c8 Show More DB Stats in info logs 8 years ago
Siying Dong 1b295ac8ae DBTest.GetThreadStatus: Wait for test results for longer 8 years ago
Aaron Gao b50a81a2bb Add a test for tailing_iterator 8 years ago
Siying Dong 04751d5345 L0 compression should follow options.compression_per_level if not empty 8 years ago
Andrew Kryczka 2946cadc46 Improve RangeDelAggregator documentation 8 years ago
Aaron Gao bc429de490 revert fractional cascading in farward iterator 8 years ago
Andrew Kryczka b9bc7a2aa4 Use skiplist rep for range tombstone memtable 8 years ago
Siying Dong 9ee84067f6 Disable DBTest.RepeatedWritesToSameKey (#1420) 8 years ago
Aaron Gao 9de2f75216 revert Prev() in MergingIterator to use previous code in non-prefix-seek mode 8 years ago
sdong 24495186da DBSSTTest.RateLimitedDelete: not to use real clock 8 years ago
sdong 1168cb810a Fix a bug that may cause a deleted row to appear again 8 years ago
Edouard A 99c052a34f Fix integer overflow in GetL0ThresholdSpeedupCompaction (#1378) 8 years ago
Aaron Gao 59a7c0337b Change ioptions to store user_comparator, fix bug 8 years ago
Islam AbdelRahman 869ae5d786 Support IngestExternalFile (remove AddFile restrictions) 8 years ago
sdong 1d9dbef64e Restrict running condition of UniversalCompactionTrivialMoveTest2 8 years ago
sdong fb2e412943 column_family_test: disable some tests in LITE 8 years ago
Aaron Gao 5af651db24 fix data race in compact_files_test 8 years ago
Andrew Kryczka a0ba0aa877 Fix uninitialized variable gcc error for MyRocks 8 years ago
Islam AbdelRahman b88f8e87c5 Support SST files with Global sequence numbers [reland] 8 years ago
Aaron Gao 52c9808c3a not split file in compaciton on level 0 8 years ago
Aaron Gao 5e0d6b4cc9 fix db_stress assertion failure 8 years ago
sdong b4d07123c4 SamePrefixTest.InDomainTest to clear the test directory before testing 8 years ago