summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2012-11-30 10:52:33 +0000
committerKeith Bostic <keith@wiredtiger.com>2012-11-30 10:52:56 +0000
commit8dc4fcd34fc90a704b164c62f0271dabce13b85e (patch)
tree760da58ac7cf45a9b78a387fb1cd4afe94770437 /test
parent96b5eeb43afaa4158297a234dba123d4e31bbc28 (diff)
downloadmongo-8dc4fcd34fc90a704b164c62f0271dabce13b85e.tar.gz
Update the CONFIG example.
Diffstat (limited to 'test')
-rw-r--r--test/format/CONFIG.example9
1 files changed, 6 insertions, 3 deletions
diff --git a/test/format/CONFIG.example b/test/format/CONFIG.example
index cb844957b7e..f15633cc2b4 100644
--- a/test/format/CONFIG.example
+++ b/test/format/CONFIG.example
@@ -1,12 +1,12 @@
#bitcnt
# number of bits for fixed-length column-store files
-#bzip
-# if blocks are BZIP2 encoded
-
#cache
# size of the cache in MB
+#compression
+# type of compression (none | bzip | raw | snappy)
+
#data_source
# type of data source to create (file | table | lsm)
@@ -43,6 +43,9 @@
#ops
# the number of modification operations done per run
+#prefix
+# if keys are prefix compressed
+
#repeat_data_pct
# percent duplicate values in row- or variable-length column-stores