summaryrefslogtreecommitdiff
path: root/bench/wtperf/runners/update-delta-mix1.wtperf
blob: 0f5e75f534713654a9c3d6be2851749127a6d584 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# wtperf options file: Mixed workload where we grow some values and shrink
# others.  Mixed load leaning toward growing the dataset.
#
conn_config="cache_size=2GB,checkpoint=(wait=30)"
table_config="type=file,leaf_page_max=32k,leaf_value_max=128k,split_pct=90"
# The values are starting small, insert a lot so our database grows larger than
# cache quickly.
icount=200000
report_interval=5
run_time=300
populate_threads=1
#
# Run more grow workload threads than shrink threads.
#
threads=((count=4,update=1,update_delta=100),(count=2,update=1,update_delta=-150))
value_sz=20000
value_sz_min=1000
value_sz_max=65536