You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2010/07/17 04:12:22 UTC

svn commit: r964996 - in /cassandra/trunk: CHANGES.txt NEWS.txt

Author: jbellis
Date: Sat Jul 17 02:12:22 2010
New Revision: 964996

URL: http://svn.apache.org/viewvc?rev=964996&view=rev
Log:
update CHANGES, NEWS

Modified:
    cassandra/trunk/CHANGES.txt
    cassandra/trunk/NEWS.txt

Modified: cassandra/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/cassandra/trunk/CHANGES.txt?rev=964996&r1=964995&r2=964996&view=diff
==============================================================================
--- cassandra/trunk/CHANGES.txt (original)
+++ cassandra/trunk/CHANGES.txt Sat Jul 17 02:12:22 2010
@@ -43,6 +43,7 @@ dev
    (CASSANDRA-685)
  * make framed transport the default so malformed requests can't OOM the 
    server (CASSANDRA-475)
+ * significantly faster reads from row cache (CASSANDRA-1267)
 
 
 0.6.4

Modified: cassandra/trunk/NEWS.txt
URL: http://svn.apache.org/viewvc/cassandra/trunk/NEWS.txt?rev=964996&r1=964995&r2=964996&view=diff
==============================================================================
--- cassandra/trunk/NEWS.txt (original)
+++ cassandra/trunk/NEWS.txt Sat Jul 17 02:12:22 2010
@@ -21,6 +21,7 @@ Features
     - optional round-robin scheduling between keyspaces for multitenant
       clusters
     - dynamic endpoint snitch mitigates the impact of impaired nodes
+    - significantly faster reads from row cache
 
 Configuraton
 ------------