Commit Graph

229 Commits (65b60db9e1d8c847d83a42fc85adae540b8c5eb9)

Author SHA1 Message Date
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 9 years ago
Aaron Gao 5d660258e7 add simulator Cache as class SimCache/SimLRUCache(with test) 9 years ago
krad a08c8c851a Added PersistentCache abstraction 9 years ago
Yueh-Hsuan Chiang fca5aa6fcc Initial script for the new regression test 9 years ago
Islam AbdelRahman e1951b6f28 Add --index_block_restart_interval option in db_bench 9 years ago
Mark Callaghan 9790b94c92 Add optimize_filters_for_hits option to db_bench 9 years ago
Andrew Kryczka 4032145adc Configurable compression in db_bench 9 years ago
Sergey Makarenko 1c80dfab24 Print memory allocation counters 9 years ago
Dmitri Smirnov ee221d2de0 Introduce XPRESS compresssion on Windows. (#1081) 9 years ago
sdong 4b6833aec1 Rename options.compaction_measure_io_stats to options.report_bg_io_stats and include flush too. 9 years ago
Hyunyoung Lee 71303e04e7 Update db_bench_tool.cc (#1073) 9 years ago
Marton Trencseni 9b51987521 Adding pin_l0_filter_and_index_blocks_in_cache feature and related fixes. 9 years ago
sdong b1fafcaca6 Revert "Adding pin_l0_filter_and_index_blocks_in_cache feature." 9 years ago
Marton Trencseni 522de4f59e Adding pin_l0_filter_and_index_blocks_in_cache feature. 9 years ago
SherlockNoMad f11b0df121 Fix AppVeyor build error 9 years ago
SherlockNoMad 54f6b9e162 Histogram Concurrency Improvement and Time-Windowing Support 9 years ago
agiardullo 790252805d Add multithreaded transaction test 9 years ago
Jonathan Wiepert 871cc5f987 fix build without gflags 9 years ago
Jonathan Wiepert 7bd284c374 Separeate main from bench functionality to allow cusomizations 9 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 9 years ago
sdong 94918ae84b db_bench: explicitly clear buffer in compress benchmark 9 years ago
Mark Callaghan 4041903ecd Enhance db_bench write rate limit 9 years ago
sdong d8677a8d2c Upgrade internal CLANG version for FB-internal gcc 4.8.1 9 years ago
Nathan Bronson 7d87f02799 support for concurrent adds to memtable 9 years ago
sdong 15b8902264 Change default options.delayed_write_rate 9 years ago
Nathan Bronson a48382399d Fix use-after free in db_bench 9 years ago
sdong c37729a6a6 db_bench: --soft_pending_compaction_bytes_limit should set options.soft_pending_compaction_bytes_limit 9 years ago
Gunnar Kudrjavets 97265f5f14 Fix minor bugs in delete operator, snprintf, and size_t usage 9 years ago
Dmitri Smirnov aca403d2b5 Fix another rebase problems. 9 years ago
Dmitri Smirnov 236fe21c92 Enable MS compiler warning c4244. 9 years ago
sdong 56e77f0967 Deprecate options.soft_rate_limit and add options.soft_pending_compaction_bytes_limit 9 years ago
sdong ac8e56f050 db_bench: in uncompress benchmark, get Snappy size from compressed stream 9 years ago
SherlockNoMad ebc2d490d1 Split histogram per OperationType in db_bench 9 years ago
Islam AbdelRahman a163cc2d5a Lint everything 9 years ago
Dmitri Smirnov 20f57b1715 Enable Windows warnings C4307 C4309 C4512 C4701 9 years ago
SherlockNoMad ccc8c10c0c Move skip_table_builder_flush to BlockBasedTableOption 10 years ago
sdong 11c71a365a db_bench: --compaction_pri default should be rocksdb::Options().compaction_pri 10 years ago
SherlockNoMad a6dd0831d5 Add Option to Skip Flushing in TableBuilder 10 years ago
Dmitri Smirnov 1277a48f1b Fix 80 character limit issue. 10 years ago
Dmitri Smirnov 6fbc4f9f3e Implement smart buffer management. 10 years ago
Islam AbdelRahman b81b2ec25d Fix benchmarks under ROCKSDB_LITE 10 years ago