Author: brandonwilliams Date: Mon Jul 12 15:15:31 2010 New Revision: 963316
URL: http://svn.apache.org/viewvc?rev=963316&view=rev Log: Remove obsolete flush_index_buffer_size_in_mb config param Modified: cassandra/trunk/conf/cassandra.yaml Modified: cassandra/trunk/conf/cassandra.yaml URL: http://svn.apache.org/viewvc/cassandra/trunk/conf/cassandra.yaml?rev=963316&r1=963315&r2=963316&view=diff ============================================================================== --- cassandra/trunk/conf/cassandra.yaml (original) +++ cassandra/trunk/conf/cassandra.yaml Mon Jul 12 15:15:31 2010 @@ -95,9 +95,6 @@ memtable_flush_after_mins: 60 memtable_throughput_in_mb: 64 # Number of objects in millions in the memtable before it is flushed memtable_operations_in_millions: 0.3 -# Increase (decrease) the index buffer size relative to the data -# buffer if you have few (many) columns per key. -flush_index_buffer_size_in_mb: 8 column_index_size_in_kb: 64
