summaryrefslogtreecommitdiff
path: root/bench/wtperf/runners/update-grow-stress.wtperf
blob: f7403e1578dfb0ce64530f6c0da0088b862ee348 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# wtperf options file: Grow the size of documents while there is cache
# pressure and appends are happening as well.
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=240
populate_threads=1
# Continue inserting new records.
threads=((count=1,inserts=1,throttle=1000),(count=4,update=1,update_delta=100))
# Start with small values and let them grow slowly to large values.
value_sz=10000
value_sz_max=65536