summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSusan LoVerso <sue@wiredtiger.com>2014-02-26 13:07:15 -0500
committerSusan LoVerso <sue@wiredtiger.com>2014-02-26 13:07:15 -0500
commitc4787a483ac17df3cd0d5f9753e25db854af7c25 (patch)
tree5e6ebfdc8804eb3868661716be62444f049093c4
parent18bed1f36154ce53fdda678bbe6fe51b184c8f67 (diff)
downloadmongo-c4787a483ac17df3cd0d5f9753e25db854af7c25.tar.gz
Add compression to voxer configs.
-rw-r--r--bench/wtperf/runners/voxer-10k.wtperf1
-rw-r--r--bench/wtperf/runners/voxer-130k.wtperf1
2 files changed, 2 insertions, 0 deletions
diff --git a/bench/wtperf/runners/voxer-10k.wtperf b/bench/wtperf/runners/voxer-10k.wtperf
index eb6678b98cd..17c46b4ed94 100644
--- a/bench/wtperf/runners/voxer-10k.wtperf
+++ b/bench/wtperf/runners/voxer-10k.wtperf
@@ -5,6 +5,7 @@
#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"
compact=true
+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,leaf_page_max=16K"
icount=15000
diff --git a/bench/wtperf/runners/voxer-130k.wtperf b/bench/wtperf/runners/voxer-130k.wtperf
index 54cbf32d20f..e81510cf067 100644
--- a/bench/wtperf/runners/voxer-130k.wtperf
+++ b/bench/wtperf/runners/voxer-130k.wtperf
@@ -5,6 +5,7 @@
#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"
compact=true
+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,leaf_page_max=16K"
icount=15000