Additional LSM Tree config parameters.

This commit is contained in:
Gregory Burd 2013-03-19 14:34:01 -04:00
parent 33e66ec4e5
commit 8ed1c4000e

View file

@ -289,8 +289,13 @@ config_types() ->
{key_type, string},
{leaf_page_max, string},
{logging, bool},
{lsm_bloom_bit_count, integer},
{lsm_bloom_config, config},
{lsm_bloom_hash_count, integer},
{lsm_bloom_newest, bool},
{lsm_bloom_oldest, bool},
{lsm_chunk_size, string},
{lsm_merge_threads, integer},
{multiprocess, bool},
{name, string},
{session_max, integer},