summaryrefslogtreecommitdiff
path: root/bench/wtperf/runners/500m-btree-80r20u.wtperf
blob: 6645df835df5c67f8be0c95dd64fc091cd6699f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# wtperf options file: simulate MongoDB.
# The configuration for the connection and table are from mongoDB.
# We use multiple tables to simulate collections and indexes.
# This test assumes that its correlating populate already completed and exists.
#
# Set cache to half of memory of AWS perf instance.  Enable logging and
# checkpoints.  Collect wiredtiger stats for ftdc.
conn_config="cache_size=16G,checkpoint=(wait=60,log_size=2GB),session_max=20000,log=(enabled),statistics=(fast),statistics_log=(wait=30,json),eviction=(threads_max=8)"
create=false
compression="snappy"
# close_conn as false allows this test to close/finish faster, but if running
# as the set, the next test will need to run recovery.
close_conn=false
sess_config="isolation=snapshot
table_count=2
key_sz=40
value_sz=120
max_latency=2000
report_interval=10
run_time=7200
sample_interval=10
sample_rate=1
threads=((count=20,reads=4,updates=1))
warmup=120