mirror of https://github.com/apache/cassandra
update {CHANGES,NEWS}.txt
Patch by eevans for CASSANDRA-1066 git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@981139 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
05ba306d84
commit
51780266e7
|
|
@ -43,6 +43,8 @@ dev
|
|||
* keep persistent row size and column count statistics (CASSANDRA-1155)
|
||||
* add IntegerType (CASSANDRA-1282)
|
||||
* page within a single row during hinted handoff (CASSANDRA-1327)
|
||||
* push DatacenterShardStrategy configuration into keyspace definition,
|
||||
eliminating datacenter.properties. (CASSANDRA-1066)
|
||||
|
||||
|
||||
0.6.5
|
||||
|
|
|
|||
3
NEWS.txt
3
NEWS.txt
|
|
@ -47,6 +47,9 @@ Configuraton
|
|||
has been added.
|
||||
- RowWarningThresholdInMB replaced with in_memory_compaction_limit_in_mb
|
||||
- GCGraceSeconds is now per-ColumnFamily instead of global
|
||||
- Configuration of DatacenterShardStrategy is now a part of the keyspace
|
||||
definition using the strategy_options attribute.
|
||||
The datacenter.properties file is no longer used.
|
||||
|
||||
JMX
|
||||
---
|
||||
|
|
|
|||
Loading…
Reference in New Issue