Author: jbellis
Date: Mon Apr 12 15:35:03 2010
New Revision: 933279
URL: http://svn.apache.org/viewvc?rev=933279&view=rev
Log:
replace "Highly Available" section (largely redundant now wrt "You're In
Control") with "Durable"
Modified:
cassandra/site/publish/index.html
cassandra/site/src/content/index.html
Modified: cassandra/site/publish/index.html
URL:
http://svn.apache.org/viewvc/cassandra/site/publish/index.html?rev=933279&r1=933278&r2=933279&view=diff
==============================================================================
--- cassandra/site/publish/index.html (original)
+++ cassandra/site/publish/index.html Mon Apr 12 15:35:03 2010
@@ -153,8 +153,8 @@
</p>
</li>
<li>
- <b>Highly Availabile</b>
- <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.
+ <b>Durable</b>
+ <p>Cassandra is <a
href="http://wiki.apache.org/cassandra/Durability">suitable for applications
that can't afford to lose data</a>, even when an entire data center goes down.
</p>
</li>
</ul>
Modified: cassandra/site/src/content/index.html
URL:
http://svn.apache.org/viewvc/cassandra/site/src/content/index.html?rev=933279&r1=933278&r2=933279&view=diff
==============================================================================
--- cassandra/site/src/content/index.html (original)
+++ cassandra/site/src/content/index.html Mon Apr 12 15:35:03 2010
@@ -92,8 +92,8 @@
</p>
</li>
<li>
- <b>Highly Availabile</b>
- <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.
+ <b>Durable</b>
+ <p>Cassandra is <a
href="http://wiki.apache.org/cassandra/Durability">suitable for applications
that can't afford to lose data</a>, even when an entire data center goes down.
</p>
</li>
</ul>