rocksdb/options
Alex Robinson 4634c735a8 Update DBOptions::IncreaseParallelism to use newer background settings
Summary:
The Options header file recommends using max_background_jobs rather than
directly setting max_background_compactions or max_background_flushes.

I've personally seen a performance problem where stalls were happening
because the one background flushing thread was blocked that was fixed
by this change -
https://github.com/cockroachdb/cockroach/issues/19699#issuecomment-347672485
Closes https://github.com/facebook/rocksdb/pull/3208

Differential Revision: D6473178

Pulled By: ajkr

fbshipit-source-id: 67c892ceb7b1909d251492640cb15a0f2262b7ed
2017-12-04 01:56:15 -08:00
..
cf_options.cc Make DBOption compaction_readahead_size dynamic 2017-11-16 17:57:25 -08:00
cf_options.h Make DBOption compaction_readahead_size dynamic 2017-11-16 17:57:25 -08:00
db_options.cc Make DBOption compaction_readahead_size dynamic 2017-11-16 17:57:25 -08:00
db_options.h Make DBOption compaction_readahead_size dynamic 2017-11-16 17:57:25 -08:00
options_helper.cc Support for block_cache num_shards and other config via option string. 2017-11-28 10:48:53 -08:00
options_helper.h Support for block_cache num_shards and other config via option string. 2017-11-28 10:48:53 -08:00
options_parser.cc Make FIFO compaction options dynamically configurable 2017-10-19 15:26:36 -07:00
options_parser.h WritePrepared Txn: Optimize for recoverable state 2017-11-01 17:26:46 -07:00
options_sanity_check.cc Change RocksDB License 2017-07-15 16:11:23 -07:00
options_sanity_check.h Change RocksDB License 2017-07-15 16:11:23 -07:00
options_settable_test.cc fix gflags namespace 2017-12-01 10:42:05 -08:00
options_test.cc fix gflags namespace 2017-12-01 10:42:05 -08:00
options.cc Update DBOptions::IncreaseParallelism to use newer background settings 2017-12-04 01:56:15 -08:00