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/01/28 21:07:25 UTC

svn commit: r904245 - in /incubator/cassandra/site: publish/index.html src/content/index.html

Author: jbellis
Date: Thu Jan 28 20:07:25 2010
New Revision: 904245

URL: http://svn.apache.org/viewvc?rev=904245&view=rev
Log:
move Rich Data Model to center column

Modified:
    incubator/cassandra/site/publish/index.html
    incubator/cassandra/site/src/content/index.html

Modified: incubator/cassandra/site/publish/index.html
URL: http://svn.apache.org/viewvc/incubator/cassandra/site/publish/index.html?rev=904245&r1=904244&r2=904245&view=diff
==============================================================================
--- incubator/cassandra/site/publish/index.html (original)
+++ incubator/cassandra/site/publish/index.html Thu Jan 28 20:07:25 2010
@@ -132,7 +132,11 @@
       </li>
       <li>
         <b>Consistent, Eventually</b>
-        <p>Cassandra follows the "<a href="http://www.allthingsdistributed.com/2008/12/eventually_consistent.html">eventually consistent</a>" model and includes sophisticated features such as Hinted Handoff and Read Repair to minimize inconsistency windows.</p>
+        <p>Cassandra implements an <a href="http://www.allthingsdistributed.com/2008/12/eventually_consistent.html">eventually consistent</a> model and includes sophisticated features such as Hinted Handoff and Read Repair to minimize inconsistency windows.</p>
+      </li>
+      <li><b>Rich Data Model</b>
+        <p>Allows efficient use for many applications beyond simple key/value.
+        </p>
       </li>
   </div>
   <div class="span-8 last">
@@ -148,9 +152,6 @@
         <p>Writes and reads offer a tunable ConsistencyLevel, all the way from "writes never fail" to "block for all replicas to be readable," with the quorum level in the middle.
         </p>
       </li>
-      <li><b>Rich Data Model</b>
-      <p>Allows efficient use for many applications beyond simple key/value.
-      </p></li>
     </ul>
   </div>
 </div>

Modified: incubator/cassandra/site/src/content/index.html
URL: http://svn.apache.org/viewvc/incubator/cassandra/site/src/content/index.html?rev=904245&r1=904244&r2=904245&view=diff
==============================================================================
--- incubator/cassandra/site/src/content/index.html (original)
+++ incubator/cassandra/site/src/content/index.html Thu Jan 28 20:07:25 2010
@@ -70,7 +70,11 @@
       </li>
       <li>
         <b>Consistent, Eventually</b>
-        <p>Cassandra follows the "<a href="http://www.allthingsdistributed.com/2008/12/eventually_consistent.html">eventually consistent</a>" model and includes sophisticated features such as Hinted Handoff and Read Repair to minimize inconsistency windows.</p>
+        <p>Cassandra implements an <a href="http://www.allthingsdistributed.com/2008/12/eventually_consistent.html">eventually consistent</a> model and includes sophisticated features such as Hinted Handoff and Read Repair to minimize inconsistency windows.</p>
+      </li>
+      <li><b>Rich Data Model</b>
+        <p>Allows efficient use for many applications beyond simple key/value.
+        </p>
       </li>
   </div>
   <div class="span-8 last">
@@ -86,9 +90,6 @@
         <p>Writes and reads offer a tunable ConsistencyLevel, all the way from "writes never fail" to "block for all replicas to be readable," with the quorum level in the middle.
         </p>
       </li>
-      <li><b>Rich Data Model</b>
-      <p>Allows efficient use for many applications beyond simple key/value.
-      </p></li>
     </ul>
   </div>
 </div>