Updated Branches:
  refs/heads/trunk 3a896db90 -> 08e37bde6

update NEWS


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/08e37bde
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/08e37bde
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/08e37bde

Branch: refs/heads/trunk
Commit: 08e37bde64028d6a45e43f57eea85e399280503c
Parents: 3a896db
Author: Jonathan Ellis <jbel...@apache.org>
Authored: Thu Feb 23 17:27:34 2012 -0600
Committer: Jonathan Ellis <jbel...@apache.org>
Committed: Thu Feb 23 17:27:34 2012 -0600

----------------------------------------------------------------------
 NEWS.txt |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/08e37bde/NEWS.txt
----------------------------------------------------------------------
diff --git a/NEWS.txt b/NEWS.txt
index fc401b8..cc3c18e 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -14,6 +14,8 @@ by version X, but the inverse is not necessarily the case.)
 
 Upgrading
 ---------
+    - Compression is enabled by default on newly created ColumnFamilies
+      (and unchanged for ColumnFamilies created prior to upgrading).
     - The KsDef.replication_factor field (deprecated since 0.8) has
       been removed.  Older clients will need to be updated to be able
       to continue to created and update keyspaces.
@@ -59,6 +61,7 @@ Features
     - Hadoop: a new BulkOutputFormat is included which will directly write
       SSTables locally and then stream them into the cluster.
     - Hadoop: KeyRange.filter is now supported with ColumnFamilyInputFormat
+    - Hadoop wide row mode added to ColumnFamilyInputFormat
     - The bulk loader is not longer a fat client; it can be run from an
       existing machine in a cluster.
     - A new write survey mode has been added, similar to bootstrap (enabled via
@@ -69,6 +72,7 @@ Features
       threshold.
     - Off-heap caches no longer require JNA.
     - Streaming is now multithreaded.
+    - Compactions may now be aborted via JMX or nodetool.
 
 
 1.0.8

Reply via email to