Author: jbellis
Date: Sun Mar 3 16:55:45 2013
New Revision: 1452065
URL: http://svn.apache.org/r1452065
Log:
replace "Rich data model" section with new "Performant" section, and add link
to Collections documentation
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=1452065&r1=1452064&r2=1452065&view=diff
==============================================================================
--- cassandra/site/publish/index.html (original)
+++ cassandra/site/publish/index.html Sun Mar 3 16:55:45 2013
@@ -57,7 +57,7 @@
The Apache Cassandra database is the right choice when you need
scalability and high availability without compromising performance. <a
href="http://techblog.netflix.com/2011/11/benchmarking-cassandra-scalability-on.html">Linear
scalability</a> and proven fault-tolerance on commodity hardware or cloud
infrastructure make it the perfect platform for mission-critical data.
Cassandra's support for replicating across multiple datacenters is
best-in-class, providing lower latency for your users and the peace of mind of
knowing that you can survive regional outages.
</p>
<p>
- Cassandra's ColumnFamily data model offers the convenience of <a
href="http://www.datastax.com/docs/1.0/ddl/indexes">column indexes</a> with the
performance of log-structured updates, strong support for <a
href="http://maxgrinev.com/2010/07/12/do-you-really-need-sql-to-do-it-all-in-cassandra/">materialized
views</a>, and powerful built-in caching.
+ Cassandra's data model offers the convenience of <a
href="http://www.datastax.com/docs/1.2/ddl/indexes">column indexes</a> with the
performance of log-structured updates, strong support for <a
href="http://www.datastax.com/docs/1.2/ddl/table#collection-columns">denormalization</a>
and <a
href="http://maxgrinev.com/2010/07/12/do-you-really-need-sql-to-do-it-all-in-cassandra/">materialized
views</a>, and powerful built-in caching.
</p>
</div>
@@ -113,6 +113,10 @@
</div>
<div class="span-8">
<ul class="biglist">
+ <li><b>Performant</b>
+ <p>Cassandra <a
href="http://vldb.org/pvldb/vol5/p1724_tilmannrabl_vldb2012.pdf">consistently</a>
<a
href="http://www.datastax.com/resources/whitepapers/benchmarking-top-nosql-databases">outperforms</a>
popular NoSQL alternatives in independent benchmarks, primarily because of <a
href="http://www.datastax.com/dev/blog/2012-in-review-performance">fundamental
architectural choices</a>.
+ </p>
+ </li>
<li>
<b>Decentralized</b>
<p>
@@ -123,10 +127,6 @@
<b>You're in Control</b>
<p>Choose between synchronous or asynchronous replication for each
update. Highly available asynchronous operations are optimized with features
like <a href="http://wiki.apache.org/cassandra/HintedHandoff">Hinted
Handoff</a> and <a href="http://wiki.apache.org/cassandra/ReadRepair">Read
Repair</a>.</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">
<ul class="biglist">
Modified: cassandra/site/src/content/index.html
URL:
http://svn.apache.org/viewvc/cassandra/site/src/content/index.html?rev=1452065&r1=1452064&r2=1452065&view=diff
==============================================================================
--- cassandra/site/src/content/index.html (original)
+++ cassandra/site/src/content/index.html Sun Mar 3 16:55:45 2013
@@ -14,7 +14,7 @@
The Apache Cassandra database is the right choice when you need
scalability and high availability without compromising performance. <a
href="http://techblog.netflix.com/2011/11/benchmarking-cassandra-scalability-on.html">Linear
scalability</a> and proven fault-tolerance on commodity hardware or cloud
infrastructure make it the perfect platform for mission-critical data.
Cassandra's support for replicating across multiple datacenters is
best-in-class, providing lower latency for your users and the peace of mind of
knowing that you can survive regional outages.
</p>
<p>
- Cassandra's ColumnFamily data model offers the convenience of <a
href="http://www.datastax.com/docs/1.0/ddl/indexes">column indexes</a> with the
performance of log-structured updates, strong support for <a
href="http://maxgrinev.com/2010/07/12/do-you-really-need-sql-to-do-it-all-in-cassandra/">materialized
views</a>, and powerful built-in caching.
+ Cassandra's data model offers the convenience of <a
href="http://www.datastax.com/docs/1.2/ddl/indexes">column indexes</a> with the
performance of log-structured updates, strong support for <a
href="http://www.datastax.com/docs/1.2/ddl/table#collection-columns">denormalization</a>
and <a
href="http://maxgrinev.com/2010/07/12/do-you-really-need-sql-to-do-it-all-in-cassandra/">materialized
views</a>, and powerful built-in caching.
</p>
</div>
@@ -59,6 +59,10 @@
</div>
<div class="span-8">
<ul class="biglist">
+ <li><b>Performant</b>
+ <p>Cassandra <a
href="http://vldb.org/pvldb/vol5/p1724_tilmannrabl_vldb2012.pdf">consistently</a>
<a
href="http://www.datastax.com/resources/whitepapers/benchmarking-top-nosql-databases">outperforms</a>
popular NoSQL alternatives in benchmarks and <a
href="http://blog.markedup.com/2013/02/cassandra-hive-and-hadoop-how-we-picked-our-analytics-stack/">real
applications</a>, primarily because of <a
href="http://www.datastax.com/dev/blog/2012-in-review-performance">fundamental
architectural choices</a>.
+ </p>
+ </li>
<li>
<b>Decentralized</b>
<p>
@@ -69,10 +73,6 @@
<b>You're in Control</b>
<p>Choose between synchronous or asynchronous replication for each
update. Highly available asynchronous operations are optimized with features
like <a href="http://wiki.apache.org/cassandra/HintedHandoff">Hinted
Handoff</a> and <a href="http://wiki.apache.org/cassandra/ReadRepair">Read
Repair</a>.</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">
<ul class="biglist">