2011-07-29 10:44:12 -04:00
|
|
|
#bitcnt
|
|
|
|
|
# number of bits for fixed-length column-store files
|
|
|
|
|
|
|
|
|
|
#cache
|
|
|
|
|
# size of the cache in MB
|
|
|
|
|
|
2012-11-30 10:52:33 +00:00
|
|
|
#compression
|
|
|
|
|
# type of compression (none | bzip | raw | snappy)
|
|
|
|
|
|
2012-08-21 14:47:39 +10:00
|
|
|
#data_source
|
|
|
|
|
# type of data source to create (file | table | lsm)
|
|
|
|
|
|
2011-07-29 10:44:12 -04:00
|
|
|
#delete_pct
|
|
|
|
|
# percent operations that are deletes
|
|
|
|
|
|
2012-09-09 16:00:36 +00:00
|
|
|
#dictionary
|
|
|
|
|
# if values are dictionary compressed
|
|
|
|
|
|
2011-07-29 10:44:12 -04:00
|
|
|
#file_type
|
|
|
|
|
# type of file to create (fix | var | row)
|
|
|
|
|
|
|
|
|
|
#huffman_key
|
|
|
|
|
# if keys are huffman encoded
|
|
|
|
|
|
|
|
|
|
#huffman_value
|
|
|
|
|
# if values are huffman encoded
|
|
|
|
|
|
|
|
|
|
#insert_pct
|
|
|
|
|
# percent operations that are inserts
|
|
|
|
|
|
2012-12-08 11:32:12 +00:00
|
|
|
#internal_key_truncation
|
|
|
|
|
# if values are huffman encoded
|
|
|
|
|
|
2011-11-27 15:41:19 +00:00
|
|
|
#internal_page_max
|
2011-07-29 10:44:12 -04:00
|
|
|
# maximum size of Btree internal nodes
|
|
|
|
|
|
2012-12-08 11:32:12 +00:00
|
|
|
#key_gap
|
|
|
|
|
# gap between instantiated keys on a Btree page
|
|
|
|
|
|
2011-07-29 10:44:12 -04:00
|
|
|
#key_max
|
|
|
|
|
# maximum size of keys
|
|
|
|
|
|
|
|
|
|
#key_min
|
|
|
|
|
# minimum size of keys
|
|
|
|
|
|
2011-11-27 15:41:19 +00:00
|
|
|
#leaf_page_max
|
2011-07-29 10:44:12 -04:00
|
|
|
# maximum size of Btree leaf nodes
|
|
|
|
|
|
|
|
|
|
#ops
|
|
|
|
|
# the number of modification operations done per run
|
|
|
|
|
|
2012-11-30 10:52:33 +00:00
|
|
|
#prefix
|
|
|
|
|
# if keys are prefix compressed
|
|
|
|
|
|
2011-07-29 10:44:12 -04:00
|
|
|
#repeat_data_pct
|
2012-09-09 16:00:36 +00:00
|
|
|
# percent duplicate values in row- or variable-length column-stores
|
2011-11-27 15:41:19 +00:00
|
|
|
|
|
|
|
|
#reverse
|
|
|
|
|
# collate in reverse order
|
2011-07-29 10:44:12 -04:00
|
|
|
|
|
|
|
|
#rows
|
|
|
|
|
# the number of rows to create
|
|
|
|
|
|
|
|
|
|
#runs
|
|
|
|
|
# the number of runs
|
|
|
|
|
|
2012-12-08 11:32:12 +00:00
|
|
|
#split_pct
|
|
|
|
|
# Btree page split size as a percentage of the maximum page size
|
|
|
|
|
|
2012-04-16 11:55:49 +00:00
|
|
|
#threads
|
|
|
|
|
# the number of threads
|
|
|
|
|
|
2011-07-29 10:44:12 -04:00
|
|
|
#value_max
|
|
|
|
|
# maximum size of values
|
|
|
|
|
|
|
|
|
|
#value_min
|
|
|
|
|
# minimum size of values
|
|
|
|
|
|
2012-12-08 11:32:12 +00:00
|
|
|
#wiredtiger_config
|
|
|
|
|
# configuration string used to wiredtiger_open
|
|
|
|
|
|
2011-07-29 10:44:12 -04:00
|
|
|
#write_pct
|
|
|
|
|
# percent operations that are writes
|
|
|
|
|
|