Author: jbellis
Date: Tue Feb 23 23:38:39 2010
New Revision: 915591
URL: http://svn.apache.org/viewvc?rev=915591&view=rev
Log:
update NEWS w/ per-keyspace RF and CL.ANY
Modified:
incubator/cassandra/branches/cassandra-0.6/NEWS.txt
Modified: incubator/cassandra/branches/cassandra-0.6/NEWS.txt
URL:
http://svn.apache.org/viewvc/incubator/cassandra/branches/cassandra-0.6/NEWS.txt?rev=915591&r1=915590&r2=915591&view=diff
==============================================================================
--- incubator/cassandra/branches/cassandra-0.6/NEWS.txt (original)
+++ incubator/cassandra/branches/cassandra-0.6/NEWS.txt Tue Feb 23 23:38:39 2010
@@ -19,6 +19,7 @@
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 @@
- 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
-----------