summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/bench/wtperf/runners/overflow-10k-short.wtperf
blob: 47228079db88443af127ad40bbc576dc782823d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# wtperf options file: simulate riak and a short form of its voxer config.
# The configuration for the connection and table are from riak and the
# specification of the data (count, size, threads) is from basho_bench.
#
#conn_config="cache_size=21G,checkpoint_sync=false,mmap=false,session_max=1024,statistics=(fast,clear),statistics_log=(wait=600)"
conn_config="cache_size=21G,checkpoint_sync=false,mmap=false,session_max=1024,lsm_manager=(worker_thread_max=6)"
compact=true
compression="snappy"
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_size=100MB),type=lsm,leaf_page_max=16K,os_cache_dirty_max=16MB"
icount=15000
key_sz=40
value_sz=10000
max_latency=2000
populate_threads=1
report_interval=5
random_value=true
run_time=300
threads=((count=10,read=1),(count=10,update=1))