- Learning Apache Cassandra(Second Edition)
- Sandeep Yarabarla
- 178字
- 2021-07-03 00:19:26
CQL—the Cassandra Query Language
Since this is a book about Cassandra and not targeted to users of any particular programming language or application framework, we will focus entirely on the database interactions that MyStatus will require. Code examples will be in Cassandra Query Language (CQL). Specifically, we'll use version 3.4.0 of CQL, which is available in Cassandra 3.0 and later versions.
As the name implies, CQL is heavily inspired by SQL; in fact, many CQL statements are equally valid SQL statements. However, CQL and SQL are not interchangeable. CQL lacks grammar for relational features such as JOIN statements, which are not possible in Cassandra. Conversely, CQL is not a subset of SQL; constructs for retrieving the update time of a given column, or performing an update in a lightweight transaction, which are available in CQL, do not have an SQL equivalent.
Throughout this book, you'll learn the important constructs of CQL. Once you've completed reading this book, I recommend you to turn to the DataStax CQL documentation for additional reference. This documentation is available at http://www.datastax.com/documentation/cql/3.3.
- Hands-On Graph Analytics with Neo4j
- 輕松學C#
- VMware Performance and Capacity Management(Second Edition)
- Mastering Elastic Stack
- SharePoint 2010開發最佳實踐
- 大數據技術與應用
- C語言寶典
- 聊天機器人:入門、進階與實戰
- Deep Reinforcement Learning Hands-On
- 教育機器人的風口:全球發展現狀及趨勢
- 寒江獨釣:Windows內核安全編程
- JRuby語言實戰技術
- 與人共融機器人的關節力矩測量技術
- Apache Spark Quick Start Guide
- 基于Quartus Ⅱ的數字系統Verilog HDL設計實例詳解