Merge branch 'cassandra-3.11' into trunk

This commit is contained in:
Brandon Williams 2021-04-26 08:47:11 -05:00
commit 71f8fa043f
1 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@ Apache Cassandra
Apache Cassandra is a highly-scalable partitioned row store. Rows are organized into tables with a required primary key. Apache Cassandra is a highly-scalable partitioned row store. Rows are organized into tables with a required primary key.
http://wiki.apache.org/cassandra/Partitioners[Partitioning] means that Cassandra can distribute your data across multiple machines in an application-transparent matter. Cassandra will automatically repartition as machines are added and removed from the cluster. https://cwiki.apache.org/confluence/display/CASSANDRA2/Partitioners[Partitioning] means that Cassandra can distribute your data across multiple machines in an application-transparent matter. Cassandra will automatically repartition as machines are added and removed from the cluster.
http://wiki.apache.org/cassandra/DataModel[Row store] means that like relational databases, Cassandra organizes data by rows and columns. The Cassandra Query Language (CQL) is a close relative of SQL. https://cwiki.apache.org/confluence/display/CASSANDRA2/DataModel[Row store] means that like relational databases, Cassandra organizes data by rows and columns. The Cassandra Query Language (CQL) is a close relative of SQL.
For more information, see http://cassandra.apache.org/[the Apache Cassandra web site]. For more information, see http://cassandra.apache.org/[the Apache Cassandra web site].