summaryrefslogtreecommitdiff
path: root/bench/wtperf/runners/test1-500m-lsm.wtperf
blob: 0e79bdddb1251513a696b3b6b4a7d5781356155a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# wtperf options file: simulate riak and its test1 configuration
# 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=60)"
conn_config="cache_size=21G,checkpoint_sync=false,mmap=false,session_max=1024"
compact=true
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=100GB,chunk_size=100MB,merge_threads=3),type=lsm,leaf_page_max=16K"
icount=500000000
key_sz=40
value_sz=1000
populate_threads=20
report_interval=10
random_value=true
sample_interval=10