Commit Graph

6058 Commits (d616ebea23fa88cb9c2c8588533526a566d9cfab)
 

Author SHA1 Message Date
Siying Dong 4a3e7d320c Change the default of delayed slowdown value to 16MB/s 8 years ago
Siying Dong 0513e21f9b RangeSync() should work with ROCKSDB_FALLOCATE_PRESENT not set 8 years ago
Islam AbdelRahman 8b369ae5bd Cleaner default options using C++11 in-class init 8 years ago
Islam AbdelRahman ec79a7b53c Dedup code in option.cc and db_options.cc 8 years ago
oranagra b96372dead improving the C wrapper 8 years ago
Siying Dong 04c4ec41d1 Change corruption_test to use 4 bits. 8 years ago
Siying Dong 2d75cd40d3 NewLRUCache() to pick number of shard bits based on capacity if not given 8 years ago
Siying Dong f25f1ec60b Add test DBTest2.GetRaceFlush which can expose a data race bug 8 years ago
Andrew Kryczka 37d4a79e99 Deserialize custom Statistics object in db_bench 8 years ago
Andrew Kryczka 3b35134e4b Avoid cache lookups for range deletion meta-block 8 years ago
Andrew Kryczka 94a0c32e73 Fix LRU Ref() for handles with external references only 8 years ago
Andrew Kryczka 17c1180603 Generalize Env registration framework 8 years ago
sdong 07dddd5f7e EnvPosixTestWithParam should wait for all threads to finish 8 years ago
sdong 5dad9d6d28 Avoid logs_ operation out of DB mutex 8 years ago
Islam AbdelRahman a7b13919bf Fix CompactFiles() bug when used with CompactionFilter using SuperVersion 8 years ago
Andrew Kryczka 616a1464ea Fix DeleteRange including sentinels in output files 8 years ago
Zongzhi Chen c918c4b76a Update USERS.md add user Pika 8 years ago
Islam AbdelRahman 03ca2ac8a9 Remove function from DBImpl that are not used anywhere 8 years ago
Andrew Kryczka b0029bc7fa Test merge op covered by range deletion in memtable 8 years ago
Andrew Kryczka d438e1ec17 Test range deletion block outlives table reader 8 years ago
Arun Sharma fba726e555 Version librocksdb.so 8 years ago
Andrew Kryczka 9da4d542fe Range deletions unsupported in tailing iterator 8 years ago
Hyeonseok Oh f2b4939da4 fixed typo 8 years ago
yinqiwen 973f1b78fd memtable: delete merge value for range deleteion 8 years ago
jsteemann aebfd1703b fix non-portable behavior in encoder 8 years ago
Vitaliy Liptchinsky 753ff84a3d Fix get approx size 8 years ago
Arun Sharma d7ea44f2f9 Fixup a couple of builds errors on Linux. 8 years ago
Jay Lee 537da370da c: allow set savepoint to writebatch 8 years ago
Min Wei af6ec4d78e fix batchresult handle leak 8 years ago
Adam Retter e29bb934f7 Zlib 1.2.8 is no longer available, switched to 1.2.10 8 years ago
Changli Gao 5ac97314e7 Fix std::out_of_range when DBOptions::keep_log_file_num is zero 8 years ago
Kefu Chai 4e35ffdfab cmake: check -momit-leaf-frame-pointer before using it 8 years ago
Shu Zhang 3c0852d1da Make ingest external file backward compatible 8 years ago
Siying Dong 0e8dfd6062 Fix OptimizeForPointLookup() 8 years ago
Vitaliy Liptchinsky e840213d6e Change DB::GetApproximateSizes for more flexibility needed for MyRocks 8 years ago
Yi Wu 9239103cd4 Flush job should release reference current version if sync log failed 8 years ago
Islam AbdelRahman da54d36a96 Disable IngestExternalFile in ReadOnly mode 8 years ago
Reid Horuff 5cf176ca15 Fix for 2PC causing WAL to grow too large 8 years ago
Islam AbdelRahman 4a73bb0b43 Split travis jobs 8 years ago
Dmitri Smirnov c70d3c7ade Enable DBTest.GroupCommit as it runs in a reasonlable time now. 8 years ago
Yi Wu 602c13a964 Remove fadvise with direct IO read 8 years ago
Andrew Kryczka f9d18e22d2 Fix DeleteRange file boundary correctness issue with max_compaction_bytes 8 years ago
Islam AbdelRahman 3ce091fd73 Add KEEP_DB env var option 8 years ago
Siying Dong 77b4806625 Fix 2PC with concurrent memtable insert 8 years ago
Kefu Chai e8a096000b util/thread_local.h: silence a clang-build warning 8 years ago
Dmitri Smirnov 324a0f988e Follow up for DirectIO refactor 8 years ago
Daniel Black bc5d7b7029 travis: For linux, do all tests under gcc 8 years ago
Aaron Gao 3e6899d116 change UseDirectIO() to use_direct_io() 8 years ago
Aaron Gao d4e07a8459 fix warning of unused direct io helper functions 8 years ago
Aaron Gao dc2584eea0 direct reads refactor 8 years ago