summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/bench/wtperf/runners/update-delta-mix2.wtperf
blob: f3ce2a455cca22c7c9237d0ab9fe40fc95130533 (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 shrinking 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 shrink workload threads than grow threads.
#
threads=((count=2,update=1,update_delta=150),(count=4,update=1,update_delta=-100))
value_sz=20000
value_sz_min=1000
value_sz_max=65536