Cassandra Query Language (CQL)

From GM-RKB
(Redirected from Cassandra Query Language)
Jump to navigation Jump to search

A Cassandra Query Language (CQL) is a DBMS language to submit CQL statements in a Cassandra DBMS instance.



References

2013

  • http://cassandra.apache.org/doc/cql3/CQL.html#Preamble
    • CQL v3 offers a model very close to SQL in the sense that data is put in tables containing rows of columns. For that reason, when used in this document, these terms (tables, rows and columns) have the same definition than they have in SQL. But please note that as such, they do not refer to the concept of rows and columns found in the internal implementation of Cassandra and in the thrift and CQL v2 API.