Update config to match latest available options.

This commit is contained in:
Gregory Burd 2013-10-30 15:00:41 -04:00
parent 634bcd188a
commit 448c0b555c

View file

@ -25,7 +25,7 @@
{mode, max}. {mode, max}.
{duration, 10}. {duration, 10}.
{concurrent, 4}. {concurrent, 16}.
{report_interval, 1}. {report_interval, 1}.
{pb_timeout_general, 1000}. % ms {pb_timeout_general, 1000}. % ms
%{pb_timeout_read, ?}. %{pb_timeout_read, ?}.
@ -43,7 +43,9 @@
{wterl, [ {wterl, [
{connection, [ {connection, [
{create, true}, {create, true},
{sync, false}, {session_sync, false},
{transaction_sync, "none"},
{log, [{enabled, false}]},
{session_max, 1024}, {session_max, 1024},
{cache_size, 4294967296}, {cache_size, 4294967296},
{verbose, []}, {verbose, []},
@ -58,11 +60,11 @@
]}, ]},
{session, [ {isolation, "snapshot"} ]}, {session, [ {isolation, "snapshot"} ]},
{table_uri, "lsm:test"}, {table_uri, "lsm:test"},
{lsm_merge_threads, 2},
{table, [ {table, [
{internal_page_max, "128K"}, {internal_page_max, "128K"},
{leaf_page_max, "128K"}, {leaf_page_max, "128K"},
{lsm_chunk_size, "25MB"}, {lsm_chunk_size, "25MB"},
{prefix_compression, false},
{lsm_bloom_newest, true}, {lsm_bloom_newest, true},
{lsm_bloom_oldest, true} , {lsm_bloom_oldest, true} ,
{lsm_bloom_bit_count, 128}, {lsm_bloom_bit_count, 128},
@ -76,7 +78,9 @@
{wterl_, [ {wterl_, [
{connection, [ {connection, [
{create, true}, {create, true},
{sync, false}, {session_sync, false},
{transaction_sync, "none"},
{log, [{enabled, false}]},
{session_max, 1024}, {session_max, 1024},
{cache_size, 4294967296}, {cache_size, 4294967296},
{verbose, []}, {verbose, []},
@ -93,7 +97,6 @@
{session, [ {isolation, "snapshot"} ]}, {session, [ {isolation, "snapshot"} ]},
{table_uri, "table:test"}, {table_uri, "table:test"},
{table, [ {table, [
{prefix_compression, false},
{block_compressor, "snappy"} % bzip2 {block_compressor, "snappy"} % bzip2
]} ]}
]}. ]}.