Commit Graph

194 Commits (4e0f2aadb036c42950abe01fd8a777b576c44331)

Author SHA1 Message Date
Andrew Kryczka 018bb2ebf5 DeleteRange support for db_bench 9 years ago
Lijun Tang adb665e0bf Allowed delayed_write_rate option to be dynamically set. 9 years ago
Benoit Girard 2b16d664cb Change max_bytes_for_level_multiplier to double 9 years ago
Siying Dong f9eb56791a db_bench: --dump_malloc_stats takes no effect 9 years ago
Kien-hung Li eeb27e1bbd Add handy option to turn on direct I/O in db_bench (#1424) 9 years ago
Aaron Gao 08616b4933 [db_bench] add filldeterministic (Universal+level compaction) 9 years ago
sdong 607628d349 Support ZSTD with finalized format 9 years ago
Islam AbdelRahman 5051755e35 Fix db_bench memory use after free (detected by clang_analyze) 9 years ago
sdong 32149059f9 Merge options source_compaction_factor, max_grandparent_overlap_bytes and expanded_compaction_factor into max_compaction_bytes 9 years ago
Islam AbdelRahman b49b92cf28 Introduce Read amplification bitmap (read amp statistics) 9 years ago
Islam AbdelRahman cce702a6e4 [db_bench] Support single benchmark arguments (Repeat for X times, Warm up for X times), Support CombinedStats (AVG / MEDIAN) 9 years ago
Yi Wu 4cc37f59e5 Introduce ClockCache 9 years ago
Mark Callaghan 4fe12baa66 Make db_bench less space for --stats_per_interval 9 years ago
sdong 8b79422b52 [Proof-Of-Concept] RocksDB Blob Storage with a blob log file. 9 years ago
sdong f35b16f246 db_bench add an option of --base_background_compactions 9 years ago
omegaga 64046e581c Write a benchmark to emulate time series data 9 years ago
sdong e5b5f12b81 Change options memtable_prefix_bloom_huge_page_tlb_size => memtable_huge_page_size and cover huge page to memtable too 9 years ago
zhang-tong b2a8016df1 Update db_bench_tool.cc (#1239) 9 years ago
John Alexander 43692793e3 Fixed Minor Bug on Windows Build and db_bench_tool.cc (#1189) 9 years ago
Yueh-Hsuan Chiang faa7eb3b99 Improve regression_test.sh 9 years ago
sdong 7b79238b65 Deprectate filter_deletes 9 years ago
sdong 20699df843 memtable_prefix_bloom_bits -> memtable_prefix_bloom_bits_ratio and deprecate memtable_prefix_bloom_probes 9 years ago
Andrew Kryczka a683d4aba9 URI-based Env selection for db_bench 9 years ago
Yueh-Hsuan Chiang 88acd932f6 Allows db_bench to take an options file 9 years ago
Islam AbdelRahman 9dd50d9902 Fix db_bench 10 years ago
Aaron Gao 5d660258e7 add simulator Cache as class SimCache/SimLRUCache(with test) 10 years ago
krad a08c8c851a Added PersistentCache abstraction 10 years ago
Yueh-Hsuan Chiang fca5aa6fcc Initial script for the new regression test 10 years ago
Islam AbdelRahman e1951b6f28 Add --index_block_restart_interval option in db_bench 10 years ago
Mark Callaghan 9790b94c92 Add optimize_filters_for_hits option to db_bench 10 years ago
Andrew Kryczka 4032145adc Configurable compression in db_bench 10 years ago
Sergey Makarenko 1c80dfab24 Print memory allocation counters 10 years ago
Dmitri Smirnov ee221d2de0 Introduce XPRESS compresssion on Windows. (#1081) 10 years ago
sdong 4b6833aec1 Rename options.compaction_measure_io_stats to options.report_bg_io_stats and include flush too. 10 years ago
Hyunyoung Lee 71303e04e7 Update db_bench_tool.cc (#1073) 10 years ago
Marton Trencseni 9b51987521 Adding pin_l0_filter_and_index_blocks_in_cache feature and related fixes. 10 years ago
sdong b1fafcaca6 Revert "Adding pin_l0_filter_and_index_blocks_in_cache feature." 10 years ago
Marton Trencseni 522de4f59e Adding pin_l0_filter_and_index_blocks_in_cache feature. 10 years ago
SherlockNoMad f11b0df121 Fix AppVeyor build error 10 years ago
SherlockNoMad 54f6b9e162 Histogram Concurrency Improvement and Time-Windowing Support 10 years ago
agiardullo 790252805d Add multithreaded transaction test 10 years ago
Jonathan Wiepert 871cc5f987 fix build without gflags 10 years ago
Jonathan Wiepert 7bd284c374 Separeate main from bench functionality to allow cusomizations 10 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 10 years ago
sdong 94918ae84b db_bench: explicitly clear buffer in compress benchmark 10 years ago
Mark Callaghan 4041903ecd Enhance db_bench write rate limit 10 years ago
sdong d8677a8d2c Upgrade internal CLANG version for FB-internal gcc 4.8.1 10 years ago
Nathan Bronson 7d87f02799 support for concurrent adds to memtable 10 years ago
sdong 15b8902264 Change default options.delayed_write_rate 10 years ago
Nathan Bronson a48382399d Fix use-after free in db_bench 10 years ago