blob: 32a9cc3b0a6108dd20a8f0a2032057cd1ddbd845 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# wtperf options file: Test performance with a log file enabled.
# Set the log file small to catch log-swtich bottlenecks.
conn_config="cache_size=1G,log=(enabled=true,file_max=200K),checkpoint=(log_size=500MB)"
table_config="type=file"
icount=50000
report_interval=5
run_time=120
populate_threads=1
random_range=50000000
threads=((count=8,inserts=1))
|