You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ee...@apache.org on 2010/01/07 16:55:19 UTC

svn commit: r896909 - /incubator/cassandra/trunk/NEWS.txt

Author: eevans
Date: Thu Jan  7 15:54:41 2010
New Revision: 896909

URL: http://svn.apache.org/viewvc?rev=896909&view=rev
Log:
update release notes for config changes

Patch by eevans for CASSANDRA-658

Modified:
    incubator/cassandra/trunk/NEWS.txt

Modified: incubator/cassandra/trunk/NEWS.txt
URL: http://svn.apache.org/viewvc/incubator/cassandra/trunk/NEWS.txt?rev=896909&r1=896908&r2=896909&view=diff
==============================================================================
--- incubator/cassandra/trunk/NEWS.txt (original)
+++ incubator/cassandra/trunk/NEWS.txt Thu Jan  7 15:54:41 2010
@@ -1,3 +1,15 @@
+0.6.0
+=====
+0. Configuraton:
+     - MemtableSizeInMB has been replaced by MemtableThroughputInMB which
+       triggers a memtable flush when the specified amount of data has 
+       been written, including overwrites.
+     - MemtableObjectCountInMillions has been replaced by the
+       MemtableOperationsInMillions directive which causes a memtable flush
+       to occur after the specified number of operations.
+     - Like MemtableSizeInMB, BinaryMemtableSizeInMB has been replaced by
+       BinaryMemtableThroughputInMB.
+
 0.5.0
 =====
 0. The commitlog format has changed (but sstable format has not).