- 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.
- Instant Raspberry Pi Gaming
- Hands-On Intelligent Agents with OpenAI Gym
- Microsoft Dynamics CRM Customization Essentials
- Canvas LMS Course Design
- JavaScript實例自學手冊
- Java開發技術全程指南
- JMAG電機電磁仿真分析與實例解析
- PHP開發手冊
- 數據庫原理與應用技術
- Embedded Programming with Modern C++ Cookbook
- Hybrid Cloud for Architects
- Mastering pfSense
- Linux系統下C程序開發詳解
- 單片機技術項目化原理與實訓
- Hands-On Deep Learning with Go