diff options
Diffstat (limited to 'bench/wtperf/runners/2bn-lsm-50r50u.wtperf')
-rw-r--r-- | bench/wtperf/runners/2bn-lsm-50r50u.wtperf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/bench/wtperf/runners/2bn-lsm-50r50u.wtperf b/bench/wtperf/runners/2bn-lsm-50r50u.wtperf new file mode 100644 index 00000000000..13552d4c78e --- /dev/null +++ b/bench/wtperf/runners/2bn-lsm-50r50u.wtperf @@ -0,0 +1,20 @@ +# wtperf options file: simulate riak and its test3 configuration +# The configuration for the connection and table are from riak and the +# specification of the data (count, size, threads) is from basho_bench. +# This test assumes that its correlating populate already completed and exists. +# +#conn_config="cache_size=21G,checkpoint_sync=false,mmap=false,session_max=1024,statistics=(fast,clear),statistics_log=(wait=60)" +conn_config="cache_size=21G,checkpoint_sync=false,mmap=false,session_max=1024,lsm_manager=(worker_thread_max=8)" +compression="snappy" +create=false +sess_config="isolation=snapshot" +table_config="internal_page_max=128K,lsm=(bloom_config=(leaf_page_max=8MB),bloom_bit_count=28,bloom_hash_count=19,bloom_oldest=true,chunk_max=20GB,chunk_size=100MB),type=lsm,leaf_page_max=16K,os_cache_dirty_max=16MB" +key_sz=40 +value_sz=1000 +max_latency=2000 +pareto=20 +report_interval=10 +run_time=14400 +sample_interval=10 +#threads=((count=20,reads=1,updates=1)) +threads=((count=10,reads=1),(count=10,updates=1)) |