summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/bench/wtperf/runners/500m-btree-80r20u.wtperf
blob: 77edbfb4941286da9e1866067f8f66542cb71ae1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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=4)"
create=false
compression="snappy"
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