summaryrefslogtreecommitdiff
path: root/bench/wtperf/runners/update-checkpoint-btree.wtperf
blob: a2e4caab1598d432f40f9b5ca0406fbc1ce98f29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# wtperf options file: btree with inserts/updates and checkpointing, in memory
# Note:  The cache needs to be sized to approximate the amount of inserts
# that will happen during the given run_time.
conn_config="cache_size=25G"
table_config="type=file"
icount=5000000
report_interval=5
checkpoint_threads=1
checkpoint_interval=10
run_time=300
populate_threads=1
threads=((count=1,inserts=1),(count=2,reads=1),(count=2,updates=1))