Commit Graph

5816 Commits (1aaa898cf13d435e53e434db713f17afddaf28ce)
 

Author SHA1 Message Date
Vitaliy Liptchinsky 1aaa898cf1 Adding GetApproximateMemTableStats method 7 years ago
Rhys Parry 9fc23c55f2 Use gcc-4.9-glibc-2.20-fb python in precommit_checker 8 years ago
Andrew Kryczka b797e42157 Dump compression dictionary meta-block 8 years ago
Siying Dong 036d668b19 Fix wrong result in data race case related to Get() 8 years ago
Islam AbdelRahman 574b543f80 Rename merger.h -> merging_iterator.h 8 years ago
Dmitri Smirnov add8b50cc9 Move ThreadLocal implementation into .cc 8 years ago
Siying Dong 71d2496afc Fix arc setting for Facebook internal tools 8 years ago
Siying Dong f289d9f4ac Fix OSX build break after the fallocate change 8 years ago
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