Commit Graph

1326 Commits (1168cb810a3b59c1245c870bc4ebece6d3f6d3bd)

Author SHA1 Message Date
Aaron Gao 59a7c0337b Change ioptions to store user_comparator, fix bug 8 years ago
Islam AbdelRahman b88f8e87c5 Support SST files with Global sequence numbers [reland] 8 years ago
Dmitri Smirnov b1031d6c12 Remove function local statics that interfere with memory pooling (#1392) 8 years ago
Yi Wu e29d3b67c2 Make max_background_compactions and base_background_compactions dynamic changeable 8 years ago
Yueh-Hsuan Chiang 8cbe3e10ca Relax the acceptable bias RateLimiterTest::Rate test be 25% 8 years ago
Peter (Stig) Edwards f8d8cf53fe Fix log_write_bench -bytes_per_sync option. (#1375) 8 years ago
Yi Wu d6ae6dec69 Add Statistics::getAndResetTickerCount(). 8 years ago
Islam AbdelRahman 2ad68b971a Support running consistency checks in release mode 8 years ago
Islam AbdelRahman 67501cfc9a Fix -ve std::string::resize 8 years ago
Islam AbdelRahman d062328977 Revert "Support SST files with Global sequence numbers" 8 years ago
Peter (Stig) Edwards 043cb62d63 Fix record_size in log_write_bench, swap args to std::string::assign. (#1373) 8 years ago
Islam AbdelRahman 9d6c961383 Fix Mac build 8 years ago
Islam AbdelRahman ab01da5437 Support SST files with Global sequence numbers 8 years ago
Aaron Gao f517d9dd09 Add SeekForPrev() to Iterator 8 years ago
Yi Wu 9ed928e7a9 Split DBOptions into ImmutableDBOptions and MutableDBOptions 8 years ago
Islam AbdelRahman 5735b3dc2a Fix compiling under -Werror=missing-field-initializers 8 years ago
Aaron Gao 654ed9a280 loose the assertion condition of rate_limiter_test 8 years ago
sdong 3edb9461b7 Avoid hard-coded sleep in EnvPosixTestWithParam.TwoPools 8 years ago
Yi Wu 17f76fc564 DB::GetOptions() reflect dynamic changed options 8 years ago
Yi Wu 8e061f9740 Refactor GetMutableOptionsFromStrings 8 years ago
Yi Wu 81747f1be6 Refactor MutableCFOptions 8 years ago
Islam AbdelRahman ba65c816bb Support POSIX RandomRWFile 8 years ago
Islam AbdelRahman 52ee07b021 Move AddFile() tests to external_sst_file_test.cc 8 years ago
Edouard A 66a91e2607 Add NoSpace subcode to IOError (#1320) 8 years ago
sdong 607628d349 Support ZSTD with finalized format 8 years ago
sdong f7669b40ba Fix Windows Build 8 years ago
Yi Wu a88677d2cf Remove ImmutableCFOptions from public API 8 years ago
John Alexander 4fd08f4b8b Ensure Correct Behavior of StatsLevel kExceptDetailedTimers and kExceptTimeForMutex (#1308) 8 years ago
sdong 32149059f9 Merge options source_compaction_factor, max_grandparent_overlap_bytes and expanded_compaction_factor into max_compaction_bytes 8 years ago
Aaron Gao 4590b53a4b add stats to Cache::LookUp() 8 years ago
Andrew Kryczka 1613fa9490 Thread-specific histogram statistics 8 years ago
Yi Wu de47e2bd4d Fix ClockCache memory leak 8 years ago
Yi Wu 7541c7a79e Fix cache_test valgrind_check failure 8 years ago
Islam AbdelRahman b49b92cf28 Introduce Read amplification bitmap (read amp statistics) 8 years ago
Islam AbdelRahman e9b2af87f8 Expose ThreadPool under include/rocksdb/threadpool.h 8 years ago
Andrew Kryczka a081f798b0 Relax consistency for thread-local ticker stats 8 years ago
Andrew Kryczka 7c95868378 Thread-specific ticker statistics 8 years ago
Yi Wu badbff65b7 Not insert into block cache if cache is full and not holding handle 8 years ago
Yi Wu 4a16c32ece Option to cache index/filter blocks with priority 8 years ago
Andrew Kryczka f57bc1d034 Fix lambda expression for clang/windows 8 years ago
Andrew Kryczka 5440675c3d Fix lambda capture expression for windows 8 years ago
Andrew Kryczka 6584cec8f2 Fold function for thread-local data 8 years ago
Yi Wu 72f8cc703c LRU cache mid-point insertion 8 years ago
Wanning Jiang 78837f5d61 TableBuilder / TableReader support for range deletion 8 years ago
Yi Wu 4cc37f59e5 Introduce ClockCache 8 years ago
Dmitri Smirnov 3981345be1 Small nits (#1280) 8 years ago
Yi Wu 2a2ebb6f5e Move LRUCache structs to lru_cache.h header 8 years ago
Anirban Rahut 2fc2fd92a9 Single Delete Mismatch and Fallthrough statistics 8 years ago
Andrew Kryczka 236756f2cf Make SyncPoint return immediately when disabled 8 years ago
Yueh-Hsuan Chiang b248e98cf9 Fix a destruction order issue in ThreadStatusUpdater 8 years ago