summaryrefslogtreecommitdiff
path: root/bench
diff options
context:
space:
mode:
authorSusan LoVerso <sue@wiredtiger.com>2014-08-26 10:27:35 -0400
committerSusan LoVerso <sue@wiredtiger.com>2014-08-26 10:27:35 -0400
commit9d60621152d9ffd5b9ad06e8977f4b8db491d1f5 (patch)
tree7b083679cbb515dadb1c94655f5c6b1aa065417e /bench
parent1f8f55c79dec6402d41540d99e75519ade66b058 (diff)
downloadmongo-9d60621152d9ffd5b9ad06e8977f4b8db491d1f5.tar.gz
Config change to reflect riak config more accurately.
Diffstat (limited to 'bench')
-rw-r--r--bench/wtperf/runners/fruit-lsm.wtperf8
1 files changed, 5 insertions, 3 deletions
diff --git a/bench/wtperf/runners/fruit-lsm.wtperf b/bench/wtperf/runners/fruit-lsm.wtperf
index 7adbfc942a5..0a97beb037b 100644
--- a/bench/wtperf/runners/fruit-lsm.wtperf
+++ b/bench/wtperf/runners/fruit-lsm.wtperf
@@ -2,19 +2,21 @@
# The configuration for the connection and table are from riak and the
# specification of the data (count, size, threads) is from basho_bench.
#
+conn_config="cache_size=21G,checkpoint_sync=false,mmap=false,session_max=1024,statistics=(fast,clear),statistics_log=(wait=600),log=(enabled=true),transaction_sync=(enabled=true,method=none),checkpoint=(wait=180)"
#conn_config="cache_size=21G,checkpoint_sync=false,mmap=false,session_max=1024,statistics=(fast,clear),statistics_log=(wait=600)"
-conn_config="cache_size=21G,checkpoint_sync=false,mmap=false,session_max=1024"
+#conn_config="cache_size=21G,checkpoint_sync=false,mmap=false,session_max=1024"
compact=true
sess_config="isolation=snapshot"
-table_config="internal_page_max=128K,lsm=(bloom_config=(leaf_page_max=8MB),bloom_bit_count=28,bloom_hash_count=19,bloom_oldest=true,chunk_size=100MB,merge_threads=2),type=lsm,leaf_page_max=16K,os_cache_dirty_max=16MB"
+table_config="internal_page_max=128K,lsm=(bloom_config=(leaf_page_max=8MB),bloom_bit_count=28,bloom_hash_count=19,bloom_oldest=true,chunk_size=100MB,merge_threads=2),type=lsm,leaf_page_max=16K,leaf_item_max=4K,os_cache_dirty_max=16MB"
icount=25000000
key_sz=40
value_sz=800
-max_latency=2000
+#max_latency=2000
pareto=true
populate_threads=20
report_interval=10
random_value=true
run_time=18000
sample_interval=10
+table_count=8
threads=((count=20,read=6,update=1))