mirror of https://github.com/apache/cassandra
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
This commit is contained in:
parent
715121a587
commit
3bdae0fa45
5
NEWS.txt
5
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
|
||||
-----------
|
||||
|
|
|
|||
Loading…
Reference in New Issue