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