Commit Graph

367 Commits (27f3af596609f3b86af5080cc870c869e836e7f2)

Author SHA1 Message Date
Yueh-Hsuan Chiang fca5aa6fcc Initial script for the new regression test 8 years ago
Islam AbdelRahman e1951b6f28 Add --index_block_restart_interval option in db_bench 8 years ago
Mark Callaghan 9790b94c92 Add optimize_filters_for_hits option to db_bench 8 years ago
Andrew Kryczka 4032145adc Configurable compression in db_bench 8 years ago
Sergey Makarenko 1c80dfab24 Print memory allocation counters 8 years ago
Dmitri Smirnov ee221d2de0 Introduce XPRESS compresssion on Windows. (#1081) 8 years ago
sdong 4b6833aec1 Rename options.compaction_measure_io_stats to options.report_bg_io_stats and include flush too. 8 years ago
Hyunyoung Lee 71303e04e7 Update db_bench_tool.cc (#1073) 8 years ago
Marton Trencseni 9b51987521 Adding pin_l0_filter_and_index_blocks_in_cache feature and related fixes. 8 years ago
sdong b1fafcaca6 Revert "Adding pin_l0_filter_and_index_blocks_in_cache feature." 8 years ago
Marton Trencseni 522de4f59e Adding pin_l0_filter_and_index_blocks_in_cache feature. 8 years ago
SherlockNoMad f11b0df121 Fix AppVeyor build error 8 years ago
SherlockNoMad 54f6b9e162 Histogram Concurrency Improvement and Time-Windowing Support 8 years ago
agiardullo 790252805d Add multithreaded transaction test 8 years ago
Jonathan Wiepert 871cc5f987 fix build without gflags 8 years ago
Jonathan Wiepert 7bd284c374 Separeate main from bench functionality to allow cusomizations 8 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 9 years ago
sdong 11c71a365a db_bench: --compaction_pri default should be rocksdb::Options().compaction_pri 9 years ago
SherlockNoMad a6dd0831d5 Add Option to Skip Flushing in TableBuilder 9 years ago
Dmitri Smirnov 1277a48f1b Fix 80 character limit issue. 9 years ago
Dmitri Smirnov 6fbc4f9f3e Implement smart buffer management. 9 years ago
Islam AbdelRahman b81b2ec25d Fix benchmarks under ROCKSDB_LITE 9 years ago
Islam AbdelRahman c29af48d3e Add max_file_opening_threads to db_bench 9 years ago
sdong f1b9f804e9 Add a mode to always pick the oldest file to compact for each level 9 years ago
Andres Noetzli 014fd55adc Support for SingleDelete() 9 years ago
sdong 5de807ac16 Add options.hard_pending_compaction_bytes_limit to stop writes if compaction lagging behind 9 years ago
Dmitri Smirnov 30e82d5c41 Refactor to support file_reader_writer on Windows. 9 years ago
agiardullo 18db1e4695 better db_bench options for transactions 9 years ago
sdong 7a0dbdf3ac Add ZSTD (not final format) compression type 9 years ago
Yueh-Hsuan Chiang 8ef0144e2f Add argument --show_table_properties to db_bench 9 years ago
Igor Canadi 5f4166c90e ReadaheadRandomAccessFile -- userspace readahead 9 years ago
Andres Noetzli 2050832974 Fixing race condition in DBTest.DynamicMemtableOptions 9 years ago
Ari Ekmekji b6def58f73 Changed 'num_subcompactions' to the more accurate 'max_subcompactions' 9 years ago
sdong 603b6da8b8 Add options.compaction_measure_io_stats to print write I/O stats in compactions 9 years ago