summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/bench/wtperf/runners/modify-large-record-btree.wtperf
blob: 1141766481f2afd375205153aa34834103c69c02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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 operations
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))