summaryrefslogtreecommitdiff
path: root/bench/wtperf/runners/test3-2b-lsm.wtperf
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2014-09-19 12:20:42 +1000
committerAlex Gorrod <alexg@wiredtiger.com>2014-09-19 12:20:42 +1000
commit1b95b9030b3243ab675e20291b4e7aa0c7a92e85 (patch)
tree29db59b709ee11f257fa77600e9c1c7f1d853f4d /bench/wtperf/runners/test3-2b-lsm.wtperf
parent8a5cd12bcb643c38cd391f590393598e4e972614 (diff)
downloadmongo-1b95b9030b3243ab675e20291b4e7aa0c7a92e85.tar.gz
Remove lsm=(merge_threads) configuration option.
It's been replaced by lsm_manager=(worker_thread_max). Update all places it was used in our tree, and add note to upgrade doc.
Diffstat (limited to 'bench/wtperf/runners/test3-2b-lsm.wtperf')
-rw-r--r--bench/wtperf/runners/test3-2b-lsm.wtperf4
1 files changed, 2 insertions, 2 deletions
diff --git a/bench/wtperf/runners/test3-2b-lsm.wtperf b/bench/wtperf/runners/test3-2b-lsm.wtperf
index 8c19799a509..574cf54b109 100644
--- a/bench/wtperf/runners/test3-2b-lsm.wtperf
+++ b/bench/wtperf/runners/test3-2b-lsm.wtperf
@@ -4,11 +4,11 @@
# 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=60)"
-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,lsm_manager=(worker_thread_max=8)"
compression="snappy"
create=false
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_max=20GB,chunk_size=100MB,merge_threads=4),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_max=20GB,chunk_size=100MB),type=lsm,leaf_page_max=16K,os_cache_dirty_max=16MB"
key_sz=40
value_sz=1000
max_latency=2000