Commit Graph

127 Commits (1186192ed15cbcdc64a891786da079a2488fd7a3)

Author SHA1 Message Date
Dhruba Borthakur 1186192ed1 Replace include/leveldb with include/rocksdb. 11 years ago
Jim Paton 74781a0c49 Add three new MemTableRep's 11 years ago
Xing Jin 17dc128048 Pull from https://reviews.facebook.net/D10917 11 years ago
Tyler Harter 94cf218720 Revert "Prefix scan: db_bench and bug fixes" 11 years ago
Tyler Harter c2bd8f4824 Prefix scan: db_bench and bug fixes 11 years ago
Deon Nicholas b87dcae1a3 Made merge_oprator a shared_ptr; and added TTL unit tests 11 years ago
Deon Nicholas d1d3d15eb7 Tiny fix to db_bench for make release. 11 years ago
Deon Nicholas ad48c3c262 Benchmarking for Merge Operator 11 years ago
Xing Jin 0a5afd1afc Minor fix to current codes 11 years ago
Jim Paton 1036537c94 Add soft and hard rate limit support 11 years ago
Mayank Agarwal bf66c10b13 Use KeyMayExist for WriteBatch-Deletes 11 years ago
Mayank Agarwal 2a986919d6 Make rocksdb-deletes faster using bloom filter 11 years ago
Haobo Xu a8d5f8dde2 [RocksDB] Remove old readahead options 11 years ago
Dhruba Borthakur 116ec527f2 Renamed 'hybrid_compaction' tp be "Universal Compaction'. 11 years ago
Dhruba Borthakur 47c4191fe8 Reduce write amplification by merging files in L0 back into L0 11 years ago
Dhruba Borthakur 554c06dd18 Reduce write amplification by merging files in L0 back into L0 11 years ago
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 bff718d81c [Rocksdb] Implement filluniquerandom 11 years ago
Deon Nicholas 2a52e1dcb6 Fix db_bench for release build. 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
Abhishek Kona e982b5a489 [Rocksdb] measure table open io in a histogram 11 years ago
Abhishek Kona d91b42ee27 [Rocksdb] Measure all FSYNC/SYNC times 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 c2e2460f8a [RocksDB] Expose DBStatistics 11 years ago
Dhruba Borthakur d1aaaf718c Ability to set different size fanout multipliers for every level. 11 years ago
Abhishek Kona fb96ec1686 [RocksDB] Print all internally collected histograms in db_bench. Also print p95 11 years ago
Abhishek Kona 344e832f55 [RocksDB] Fix ReadMissing in db_bench 11 years ago
Mark Callaghan b1ff9ac9c5 Add --writes_per_second rate limit, print p99.99 in histogram 11 years ago
Haobo Xu 1255dcd446 [RocksDB] Add stacktrace signal handler 11 years ago
Abhishek Kona 63f216ee0a memory manage statistics 11 years ago
Dhruba Borthakur ad96563b79 Ability to configure bufferedio-reads, filesystem-readaheads and mmap-read-write per database. 11 years ago
Mayank Agarwal 487168cdcf Fixed sign-comparison in rocksdb code-base and fixed Makefile 11 years ago
Mark Callaghan 72d14eafd3 add --benchmarks=levelstats option to db_bench, prevent "nan" in stats output 11 years ago
Mark Callaghan 5a8c8845a9 Enhance db_bench 11 years ago
Mark Callaghan 993543d1be Add rate_delay_limit_milliseconds 11 years ago
bil 4992633751 enable the ability to set key size in db_bench in rocksdb 12 years ago
Abhishek Kona a9866b721b Refactor statistics. Remove individual functions like incNumFileOpens 12 years ago
Vamsi Ponnekanti 6abb30d4d0 [Missed adding cmdline parsing for new flags added in D8685] 12 years ago
Vamsi Ponnekanti 945d2b59b9 [Add randomwithverify benchmark option] 12 years ago
Abhishek Kona fe10200ddc Introduce histogram in statistics.h 12 years ago
Chip Turner 0b83a83191 Fix poor error on num_levels mismatch and few other minor improvements 12 years ago
Chip Turner 2fdf91a4f8 Fix a number of object lifetime/ownership issues 12 years ago
Dhruba Borthakur 628dc2aad9 db_bench should use the default value for max_grandparent_overlap_factor. 12 years ago
Mark Callaghan 4069f66cc7 Add --seed, --read_range to db_bench 12 years ago
sheki d4627e6de4 Move WAL files to archive directory, instead of deleting. 12 years ago