Commit Graph

5346 Commits (c7004840d2f4ad5fc1bdce042902b822492f3a0e)
 

Author SHA1 Message Date
Aaron Gao c7004840d2 store prefix_extractor_name in table 8 years ago
Aaron Gao 4ad928e170 add comment to SimCache to estimate actual capacity 8 years ago
Islam AbdelRahman e9b2af87f8 Expose ThreadPool under include/rocksdb/threadpool.h 8 years ago
Justin T. Gibbs 23a057007c Document memtable flush behavior in CancelAllBackgroundWork() 8 years ago
sdong dade61ac26 Mitigate regression bug of options.max_successive_merges hit during DB Recovery 8 years ago
Islam AbdelRahman cce702a6e4 [db_bench] Support single benchmark arguments (Repeat for X times, Warm up for X times), Support CombinedStats (AVG / MEDIAN) 8 years ago
Islam AbdelRahman 3586901f8f cat tests logs sorted by exit code 8 years ago
Justin Gibbs b2ce59537c Persist data during user initiated shutdown 8 years ago
Islam AbdelRahman 4b3438d2d6 Fix parallel valgrind (valgrind_check) 8 years ago
Andrew Kryczka a081f798b0 Relax consistency for thread-local ticker stats 8 years ago
Alex Robinson b10d65c2a4 Update and slightly clarify instructions in build_detect_platform (#1301) 8 years ago
Adam Retter f85f99bf69 Fix the Windows build of RocksDB Java. Similar to https://github.com/facebook/rocksdb/issues/1220 (#1284) 8 years ago
Mike Kolupaev 7b81095171 Fix a crash when compaction fails to open a file 8 years ago
Andrew Kryczka 7c95868378 Thread-specific ticker statistics 8 years ago
Joel Marcey ea9e0757ff Add initial GitHub pages infra for RocksDB documentation move and update. (#1294) 8 years ago
Islam AbdelRahman 2a9c97108e [Flaky Test] Disable DBPropertiesTest.GetProperty 8 years ago
Yi Wu d76ddf327d Disable ClockCache db_crashtest 8 years ago
Aaron Gao cec2c6436b fix data race in NewIndexIterator() in block_based_table_reader.cc 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
Yi Wu 99c4af7160 Make ClockCache available with TSAN build 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
Adam Retter 817eeb29b4 Add singleDelete to RocksJava (#1275) 8 years ago
Adam Retter ffdf6eee19 Add Status to RocksDBException so that meaningful function result Status from the C++ API isn't lost (#1273) 8 years ago
Andrew Kryczka ecf9003860 Fix bug in printing values for block-based table 8 years ago
Yi Wu 72f8cc703c LRU cache mid-point insertion 8 years ago
Islam AbdelRahman 6a17b07ca8 Add TablePropertiesCollector support in SstFileWriter 8 years ago
Wanning Jiang 78837f5d61 TableBuilder / TableReader support for range deletion 8 years ago
Yi Wu 4cc37f59e5 Introduce ClockCache 8 years ago
Yi Wu ff17a2abf3 Adding TBB as dependency. 8 years ago
Jay 49d88be021 c abi: allow compaction filter ignore snapshot (#1268) 8 years ago
Alexander Jipa 0b63f51fbc fixes 1215: execute_process(COMMAND mkdir ${DIR}) fails to create a directory with cmake on Windows (#1219) 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 3771e37970 WriteBatch support for range deletion 8 years ago
Andrew Kryczka 236756f2cf Make SyncPoint return immediately when disabled 8 years ago
Islam AbdelRahman 64a0082c69 Fix DBSSTest::AddExternalSstFileSkipSnapshot valgrind fail 8 years ago
Islam AbdelRahman dd7a748cff Fix java build 8 years ago
Mark Callaghan 4fe12baa66 Make db_bench less space for --stats_per_interval 8 years ago
sdong 6525ce4caf Compaction stats printing: "batch" => "commit group" 8 years ago
Edouard A a117891b4b Fixed typo (#1279) 8 years ago
Yueh-Hsuan Chiang b248e98cf9 Fix a destruction order issue in ThreadStatusUpdater 8 years ago
Philipp Unterbrunner deda159b55 Added min/max/avg data block size output to sst_dump 8 years ago
Aaron Gao e408e98c8c add Name() to Cache 8 years ago
Islam AbdelRahman a297643f2e Fix valgrind memory leak 8 years ago
Islam AbdelRahman d11c09d9e2 Eliminate memcpy from ForwardIterator 8 years ago
Adam Retter d367555027 Added further Java API options for controlling concurrent writes 8 years ago