Commit Graph

110 Commits (a84f547084f039e586799e75ef64e0ef8769ecdd)

Author SHA1 Message Date
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 12 years ago
Mark Callaghan 993543d1be Add rate_delay_limit_milliseconds 12 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
Abhishek Kona d29f181923 Fix all the lint errors. 12 years ago
Dhruba Borthakur 7632fdb5cb Support taking a configurable number of files from the same level to compact in a single compaction run. 12 years ago
Dhruba Borthakur fbb73a4ac3 Support to disable background compactions on a database. 12 years ago
Dhruba Borthakur e988c11f58 Enhance db_bench to be able to specify a grandparent_overlap_factor. 12 years ago
Dhruba Borthakur a785e029f7 The db_bench utility was broken in 1.5.4.fb because of a signed-unsigned comparision. 12 years ago
Abhishek Kona 0f8e4721a5 Metrics: record compaction drop's and bloom filter effectiveness 12 years ago
heyongqiang 20d18a89a3 disable size compaction in ldb reduce_levels and added compression and file size parameter to it 12 years ago
Abhishek Kona 391885c4e4 stat's collection in leveldb 12 years ago
heyongqiang 3fcf533ed0 Add a readonly db 12 years ago
Dhruba Borthakur aa42c66814 Fix all warnings generated by -Wall option to the compiler. 12 years ago
amayank 854c66b089 Make compression options configurable. These include window-bits, level and strategy for ZlibCompression 12 years ago
heyongqiang 3096fa7534 Add two more options: disable block cache and make table cache shard number configuable 12 years ago
Dhruba Borthakur 321dfdc3ae Allow having different compression algorithms on different levels. 12 years ago
Mark Callaghan acc8567b24 Add more rates to db_bench output 12 years ago