Commit Graph

512 Commits (ee522d0032eb5470e2b76841eb2a0cead5aa5bd8)
 

Author SHA1 Message Date
Abhishek Kona ee522d0032 [Rocksdb] Log on disable/enable file deletions 11 years ago
Haobo Xu 043573b24f [RocksDB] Include 64bit random number generator 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 4c47d8f345 add block deviation option to terminate a block before it exceeds block_size 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
Vamsi Ponnekanti 760dd4750f [Kill randomly at various points in source code for testing] 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
Mayank Agarwal 3827403c51 Check to db_stress to not allow disable_wal and reopens set together 11 years ago
Haobo Xu 839f6db77e [RocksDB] Fix PosixLogger and AutoRollLogger thread safety 11 years ago
Mayank Agarwal 15ccd10c7f A nit to db_stress to terminate generated value at proper length 11 years ago
Haobo Xu 8a59ed9bc7 [RockdDB] fix build 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
Mayank Agarwal 8a48410f09 Enhance the ldb tool to support ttl databases 11 years ago
Mayank Agarwal 8c9411c637 Modify build_detect_platform to run fbcode.*.* irrespective of $PATH 11 years ago
Deon Nicholas accd3debbb Implemented StringAppendOperator and unit tests. 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
Mayank Agarwal 3102628873 Bring read_only into ttl 11 years ago
Abhishek Kona 8d58ecdc29 [RocksDB] Expose compaction stalls via db_statistics 11 years ago
Abhishek Kona d98e56315d [RocksDB] Make Ticker Atomic 11 years ago
Mayank Agarwal 85cccc5092 Replacing rocksdb by leveldb in Makefile 11 years ago
Mayank Agarwal c605e12479 Adding Sanity checks in Get and Iterator->value for ttl 11 years ago
Mayank Agarwal ff1a0801fc Correct path of db.h in utility_db.h 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 3c4efc4462 [RocksDB] fix build 11 years ago
Haobo Xu 05e8854085 [Rocksdb] Support Merge operation in rocksdb 11 years ago
Mayank Agarwal 37e97b1297 Fix invalid-read to freed memory in ttl-iterator 11 years ago
Mayank Agarwal d786b25e2d Timestamp and TTL Wrapper for rocksdb 11 years ago
Abhishek Kona 41cb922b34 Allocate the LogReporter from heap. Summary: 11 years ago
Haobo Xu 49fbd5531b [RocksDB] Refactor table.cc to reduce code duplication and improve readability. 11 years ago
Abhishek Kona fb96ec1686 [RocksDB] Print all internally collected histograms in db_bench. Also print p95 11 years ago
Mayank Agarwal ae558b5c42 make clean in valgrind_test.sh first 11 years ago
Haobo Xu 06d3487b3f [RocksDB] Print stack trace to stderr instead of stdio. 11 years ago
Kai Liu 958b9c80e1 Avoid global static initialization in Env::Default() 11 years ago
Haobo Xu eb6d139666 [RocksDB] Move table.h to table/ 11 years ago