Commit Graph

5688 Commits (b57dd9262aa4fecb9177c6fed84637ecff952fe8)
 

Author SHA1 Message Date
siddontang b57dd9262a C API: support writebatch delete range 8 years ago
Islam AbdelRahman 2ba59b5a1e Disallow ingesting files into dropped CFs 8 years ago
Daniel Black 1f6f7e3e89 cast to signed char in ldb_cmd_test for ppc64le 8 years ago
Andrew Kryczka 243975d5da More accurate error status for BackupEngine::Open 8 years ago
Andrew Kryczka f0c509e2c8 Return finer-granularity status from Env::GetChildren* 8 years ago
Andrew Kryczka dc64f46b1c Add db_bench option for stderr logging 8 years ago
Jonathan Lee 2cabdb8f44 Increase buffer size 8 years ago
Jonathan Lee 4a17b47bb5 Remove unnecessary header include 8 years ago
Mike Kolupaev 8c2b921fdf Fixed a crash in debug build in flush_job.cc 8 years ago
Islam AbdelRahman 20ce081fae Fix issue where IngestExternalFile insert blocks in block cache with g_seqno=0 8 years ago
Andrew Kryczka 5241e0dbfc fix db_bench argument type 8 years ago
Jonathan Lee c04f6a0b4c Specify shell in makefile 8 years ago
zhangjinpeng1987 45c7ce1377 CompactRangeOptions C API 8 years ago
Andrew Kryczka 2c2ba68247 db_stress support for range deletions 8 years ago
Andrew Kryczka b821984d31 DeleteRange read path end-to-end tests 8 years ago
Artemiy Kolesnikov 2f4fc539c6 Compaction::IsTrivialMove relaxing 8 years ago
dhruba borthakur 1dce75b2e2 Update USERS.md 8 years ago
dhruba borthakur 304b3c706b Update USERS.md 8 years ago
Andrew Kryczka fa50fffaf5 Option to expand range tombstones in db_bench 8 years ago
Yi Wu c26a4d8e8a Fix compile error in trasaction_lock_mgr.cc 8 years ago
Islam AbdelRahman ed8fbdb560 Add EventListener::OnExternalFileIngested() event 8 years ago
Manuel Ung 2005c88a75 Implement non-exclusive locks 8 years ago
Yi Wu 0b0f235724 Mention IngestExternalFile changes in HISTORY.md 8 years ago
Yi Wu 23db48e8d8 Update HISTORY.md for 5.0 branch 8 years ago
Mike Kolupaev beb36d9c1e Fixed CompactionFilter::Decision::kRemoveAndSkipUntil 8 years ago
Islam AbdelRahman 67f37cf198 Allow user to specify a CF for SST files generated by SstFileWriter 8 years ago
Anton Safonov 9053fe2a5c Made delete_obsolete_files_period_micros option dynamic 8 years ago
Islam AbdelRahman edde954e7b fix clang build 8 years ago
Yi Wu 56281f3a97 Add memtable_insert_with_hint_prefix_size option to db_bench 8 years ago
Islam AbdelRahman 4a21b1402c Cache heap::downheap() root comparison (optimize heap cmp call) 8 years ago
Islam AbdelRahman e39d080871 Fix travis (compile for clang < 3.9) 8 years ago
Igor Canadi 3f407b065c Kill flashcache code in RocksDB 8 years ago
fangchenliaohui b77007df8b Bug: paralle_group status updated in WriteThread::CompleteParallelWorker 8 years ago
Mike Kolupaev 247d0979aa Support for range skips in compaction filter 8 years ago
Panagiotis Ktistakis 96fcefbf1d c api: expose option for dynamic level size target 8 years ago
zhangjinpeng1987 00197cff39 Add C API to set base_backgroud_compactions 8 years ago
Andrew Kryczka 5b219eccb5 deleterange end-to-end test improvements for lite/robustness 8 years ago
Anirban Rahut aad1191765 pass rocksdb oncall to mysql_mtr_filter otherwise tasks get created w… 8 years ago
Andrew Kryczka e333528991 DeleteRange write path end-to-end tests 8 years ago
Siying Dong 7784980fcd Fix mis-reporting of compaction read bytes to the base level 8 years ago
Islam AbdelRahman 3c6b49ed66 Fix implicit conversion between int64_t to int 8 years ago
Siying Dong b3b875657f Remove unused assignment in db/db_iter.cc 8 years ago
Andrew Kryczka 4f6e89b1d0 Fix range deletion covering key in same SST file 8 years ago
Islam AbdelRahman a2bf265a39 Avoid intentional overflow in GetL0ThresholdSpeedupCompaction 8 years ago
Islam AbdelRahman 52fd1ff2c2 disable UBSAN for functions with intentional -ve shift / overflow 8 years ago
Islam AbdelRahman 1886c435b9 Fix CompactionJob::Install division by zero 8 years ago
Islam AbdelRahman 63c30de80d fix options_test ubsan 8 years ago
Islam AbdelRahman 13e66a8f51 Fix compaction_job.cc division by zero 8 years ago
Andrew Kryczka 01eabf7375 Fix double-counted deletion stat 8 years ago
Andrew Kryczka 7ffb10fc1a DeleteRange compaction statistics 8 years ago