Commit Graph

448 Commits (d88d8ecf807accd403ac0a01db4d6a20e7e80de7)

Author SHA1 Message Date
Abhishek Kona 5ef6bb8c37 [rocksdb][refactor] statistic printing code to one place 11 years ago
Haobo Xu 3cc1af2062 [RocksDB] Option for incremental sync 11 years ago
Abhishek Kona 79f4fd2b62 [Rocksdb] Simplify Printing code in db_bench 11 years ago
Dhruba Borthakur 6acbe0fc45 Compact multiple memtables before flushing to storage. 11 years ago
Abhishek Kona 00124683de [rocksdb] do not trim range for level0 in manual compaction 11 years ago
Abhishek Kona bff718d81c [Rocksdb] Implement filluniquerandom 11 years ago
Deon Nicholas 2a52e1dcb6 Fix db_bench for release build. 11 years ago
Haobo Xu 1afdf28701 [RocksDB] Compaction Filter Cleanup 11 years ago
Abhishek Kona 7a5f71d19a [Rocksdb] measure table open io in a histogram 11 years ago
Deon Nicholas 4985a9f73b [Rocksdb] [Multiget] Introduced multiget into db_bench 11 years ago
Haobo Xu bdf1085944 [RocksDB] cleanup EnvOptions 11 years ago
Dhruba Borthakur e673d5d26d Do not submit multiple simultaneous seek-compaction requests. 11 years ago
Dhruba Borthakur 1b69f1e584 Fix refering freed memory in earlier commit. 11 years ago
Dhruba Borthakur c5de1b9391 Print name of user comparator in LOG. 11 years ago
Mayank Agarwal 184343a061 Max_mem_compaction_level can have maximum value of num_levels-1 11 years ago
Abhishek Kona e982b5a489 [Rocksdb] measure table open io in a histogram 11 years ago
Deon Nicholas db1f0cddf3 Fixed valgrind errors 11 years ago
Deon Nicholas d8c7c45ea0 Very basic Multiget and simple test cases. 11 years ago
Abhishek Kona d91b42ee27 [Rocksdb] Measure all FSYNC/SYNC times 11 years ago
Abhishek Kona ee522d0032 [Rocksdb] Log on disable/enable file deletions 11 years ago
Mark Callaghan d9f538e1a9 Improve output for GetProperty('leveldb.stats') 11 years ago
Haobo Xu 2b1fb5b01d [RocksDB] Add score column to leveldb.stats 11 years ago
Haobo Xu d897d33bf1 [RocksDB] Introduce Fast Mutex option 11 years ago
Haobo Xu ab8d2f6ab2 [RocksDB] [Performance] Allow different posix advice to be applied to the same table file 11 years ago
Haobo Xu 2df65c118c [RocksDB] Dump counters and histogram data periodically with compaction stats 11 years ago
Dhruba Borthakur a8d807ee91 Record the number of open db iterators. 11 years ago
Haobo Xu fb684da082 [RocksDB] Fix CorruptionTest 11 years ago
heyongqiang 4b29651206 add block deviation option to terminate a block before it exceeds block_size 11 years ago
Haobo Xu ef15b9d178 [RocksDB] Fix MaybeDumpStats 11 years ago
Haobo Xu 0e879c93de [RocksDB] dump leveldb.stats periodically in LOG file. 11 years ago
Dhruba Borthakur 26541860d3 The max size of the write buffer size can be 64 GB. 11 years ago
Dhruba Borthakur 898f79372f Fix valgrind errors introduced by https://reviews.facebook.net/D10863 11 years ago
Haobo Xu c2e2460f8a [RocksDB] Expose DBStatistics 11 years ago
Haobo Xu 87d0af15d8 [RocksDB] Introduce an option to skip log error on recovery 11 years ago
Dhruba Borthakur d1aaaf718c Ability to set different size fanout multipliers for every level. 11 years ago
Haobo Xu c3c13db346 [RocksDB] [Performance Bug] MemTable::Get Slow 11 years ago
Abhishek Kona e1174306c5 [RocksDB] Simplify StopWatch implementation 11 years ago
Abhishek Kona 446151cd20 [Rocksdb] Remove unused double apis to record into histograms 11 years ago
Haobo Xu 4ca3c67bd3 [RocksDB] Cleanup compaction filter to use a class interface, instead of function pointer and additional context pointer. 11 years ago
Haobo Xu 73c0a33346 [RocksDB] fix compaction filter trigger condition 11 years ago
Abhishek Kona 8d58ecdc29 [RocksDB] Expose compaction stalls via db_statistics 11 years ago
Dhruba Borthakur a8d3aa2c26 Assertion failure for L0-L1 compactions. 11 years ago
Abhishek Kona 988c20b9f7 [RocksDB] Clear Archive WAL files 11 years ago
Haobo Xu 05e8854085 [Rocksdb] Support Merge operation in rocksdb 11 years ago
Abhishek Kona 41cb922b34 Allocate the LogReporter from heap. Summary: 11 years ago
Abhishek Kona fb96ec1686 [RocksDB] Print all internally collected histograms in db_bench. Also print p95 11 years ago
Haobo Xu eb6d139666 [RocksDB] Move table.h to table/ 11 years ago
Abhishek Kona 344e832f55 [RocksDB] Fix ReadMissing in db_bench 11 years ago
Haobo Xu b4243e5a3d [RocksDB] CompactionFilter cleanup 11 years ago
Mark Callaghan b1ff9ac9c5 Add --writes_per_second rate limit, print p99.99 in histogram 11 years ago