From 3bdae0fa456b08f67a415e5d53e15d437c8399f9 Mon Sep 17 00:00:00 2001 From: Jonathan Ellis Date: Tue, 23 Feb 2010 23:38:39 +0000 Subject: [PATCH] update NEWS w/ per-keyspace RF and CL.ANY git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/branches/cassandra-0.6@915591 13f79535-47bb-0310-9956-ffa450edef68 --- NEWS.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS.txt b/NEWS.txt index 24d0408671..ca0e07e155 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -19,6 +19,7 @@ Configuraton to occur after the specified number of operations. - Like MemtableSizeInMB, BinaryMemtableSizeInMB has been replaced by BinaryMemtableThroughputInMB. + - Replication factor is now per-keyspace, rather than global. Thrift API ---------- @@ -26,6 +27,10 @@ Thrift API - added batch_mutate meethod - deprecated multiget and batch_insert methods in favor of multiget_slice and batch_mutate, respectively + - added ConsistencyLevel.ANY, for when you want write + availability even when it may not be readable immediately. + Unlike CL.ZERO, though, it will throw an exception if + it cannot be written *somewhere*. JMX metrics -----------