summaryrefslogtreecommitdiff
path: root/bench/wtperf/runners/test4-500m-lsm.wtperf
diff options
context:
space:
mode:
Diffstat (limited to 'bench/wtperf/runners/test4-500m-lsm.wtperf')
-rw-r--r--bench/wtperf/runners/test4-500m-lsm.wtperf7
1 files changed, 4 insertions, 3 deletions
diff --git a/bench/wtperf/runners/test4-500m-lsm.wtperf b/bench/wtperf/runners/test4-500m-lsm.wtperf
index 1257f473a7d..a959ec9057e 100644
--- a/bench/wtperf/runners/test4-500m-lsm.wtperf
+++ b/bench/wtperf/runners/test4-500m-lsm.wtperf
@@ -1,13 +1,14 @@
-# wtperf options file: simulate riak and its test2 configuration
+# wtperf options file: simulate riak and its test4 configuration
# The configuration for the connection and table are from riak and the
# specification of the data (count, size, threads) is from basho_bench.
# This test assumes that a test1 populate already completed and exists.
#
-#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,statistics=(fast,clear),statistics_log=(wait=60)"
conn_config="cache_size=21G,checkpoint_sync=false,mmap=false,session_max=1024"
create=false
+compression="snappy"
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"
+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_max=5GB,chunk_size=100MB,merge_threads=3),type=lsm,leaf_page_max=16K"
key_sz=40
value_sz=1000
report_interval=10