From b074955936a0e4779aacfb380bad2c8aabddc11f Mon Sep 17 00:00:00 2001 From: Eric Evans Date: Thu, 7 Jan 2010 15:54:41 +0000 Subject: [PATCH] update release notes for config changes Patch by eevans for CASSANDRA-658 git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@896909 13f79535-47bb-0310-9956-ffa450edef68 --- NEWS.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/NEWS.txt b/NEWS.txt index d31d119ea4..2588257cb5 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -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).