summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/bench/wtperf/runners/modify-force-update-large-record-btree.wtperf
blob: ced0ef90ac116a7831a49c59a770cbeba8f8b860 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# wtperf options file: btree with updates. The goal here is to have a workload of
# large documents that uses a lot of transaction IDs for modify with forced update
# to ensure that update operation happened instead of modify.
conn_config="cache_size=20G"
sess_config="isolation=snapshot"
table_config="type=file"
key_sz=40
value_sz=10000
icount=500000
report_interval=5
random_value=true
run_time=120
populate_threads=1
threads=((count=4,modify=1,ops_per_txn=1,modify_force_update=true))