rocksdb/tools
Gunnar Kudrjavets 90aff0c444 Update --max_write_buffer_number for compaction benchmarks
Summary: For compactions benchmarks (both level and universal) we'll use `--max_write_buffer_number=4`. For all the other benchmarks which don't customize the value of `--max_background_flushes` we'll continue using `--max_write_buffer_number=8`.

Test Plan:
To validate basic correctness and command-line options:

```
cd ~/rocksdb
NKEYS=10000000 ./tools/run_flash_bench.sh
```

Reviewers: MarkCallaghan

Reviewed By: MarkCallaghan

Subscribers: andrewkr, dhruba

Differential Revision: https://reviews.facebook.net/D55497
2016-03-17 10:14:23 -07:00
..
dump Updated all copyright headers to the new format. 2016-02-09 15:12:00 -08:00
rdb
auto_sanity_test.sh
benchmark.sh Update --max_write_buffer_number for compaction benchmarks 2016-03-17 10:14:23 -07:00
benchmark_leveldb.sh
check_format_compatible.sh
db_bench.cc Separeate main from bench functionality to allow cusomizations 2016-02-16 06:17:31 -08:00
db_bench_tool.cc Merge pull request #1026 from SherlockNoMad/Hist 2016-03-15 11:27:54 -07:00
db_crashtest.py crash_test: cover concurrent memtable insert in default crash test 2016-02-09 08:02:38 -08:00
db_repl_stress.cc Updated all copyright headers to the new format. 2016-02-09 15:12:00 -08:00
db_sanity_test.cc Updated all copyright headers to the new format. 2016-02-09 15:12:00 -08:00
db_stress.cc Updated all copyright headers to the new format. 2016-02-09 15:12:00 -08:00
dbench_monitor
Dockerfile
generate_random_db.sh
ldb.cc Updated all copyright headers to the new format. 2016-02-09 15:12:00 -08:00
ldb_cmd.cc Expose RepairDB as ldb command 2016-03-12 13:50:20 -08:00
ldb_cmd.h Expose RepairDB as ldb command 2016-03-12 13:50:20 -08:00
ldb_cmd_execute_result.h Updated all copyright headers to the new format. 2016-02-09 15:12:00 -08:00
ldb_cmd_test.cc Updated all copyright headers to the new format. 2016-02-09 15:12:00 -08:00
ldb_test.py ldb to support --column_family option 2016-01-25 14:58:18 -08:00
ldb_tool.cc Expose RepairDB as ldb command 2016-03-12 13:50:20 -08:00
pflag
reduce_levels_test.cc Updated all copyright headers to the new format. 2016-02-09 15:12:00 -08:00
rocksdb_dump_test.sh
run_flash_bench.sh Update benchmarks used to measure subcompaction performance 2016-03-04 12:32:11 -08:00
run_leveldb.sh
sample-dump.dmp
sst_dump.cc Updated all copyright headers to the new format. 2016-02-09 15:12:00 -08:00
sst_dump_test.cc Updated all copyright headers to the new format. 2016-02-09 15:12:00 -08:00
sst_dump_tool.cc Updated all copyright headers to the new format. 2016-02-09 15:12:00 -08:00
sst_dump_tool_imp.h Updated all copyright headers to the new format. 2016-02-09 15:12:00 -08:00
verify_random_db.sh
write_stress.cc Updated all copyright headers to the new format. 2016-02-09 15:12:00 -08:00
write_stress_runner.py