Commit Graph

264 Commits (8972dd1ffa941834bbd8e69f76ad8aff0d89bfb8)

Author SHA1 Message Date
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 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 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
Islam AbdelRahman c29af48d3e Add max_file_opening_threads to db_bench 10 years ago
sdong f1b9f804e9 Add a mode to always pick the oldest file to compact for each level 10 years ago
Andres Noetzli 014fd55adc Support for SingleDelete() 10 years ago
sdong 5de807ac16 Add options.hard_pending_compaction_bytes_limit to stop writes if compaction lagging behind 10 years ago
Dmitri Smirnov 30e82d5c41 Refactor to support file_reader_writer on Windows. 10 years ago
agiardullo 18db1e4695 better db_bench options for transactions 10 years ago
sdong 7a0dbdf3ac Add ZSTD (not final format) compression type 10 years ago
Yueh-Hsuan Chiang 8ef0144e2f Add argument --show_table_properties to db_bench 10 years ago
Igor Canadi 5f4166c90e ReadaheadRandomAccessFile -- userspace readahead 10 years ago
Andres Noetzli 2050832974 Fixing race condition in DBTest.DynamicMemtableOptions 10 years ago
Ari Ekmekji b6def58f73 Changed 'num_subcompactions' to the more accurate 'max_subcompactions' 10 years ago
sdong 603b6da8b8 Add options.compaction_measure_io_stats to print write I/O stats in compactions 10 years ago
agiardullo c2f2cb0214 Pessimistic Transactions 10 years ago
Andres Notzli 4249f159d5 Removing duplicate code in db_bench/db_stress, fixing typos 10 years ago
sdong ee80432ff8 db_bench add an option of --universal_allow_trivial_move 10 years ago