- Learning Apache Cassandra(Second Edition)
- Sandeep Yarabarla
- 143字
- 2021-07-03 00:19:24
Rich and flexible data model
Cassandra provides an SQL-like syntax to interact with the database. Cassandra Query Language (CQL) presents a familiar row column representation of data. CQL provides a familiar SQL-like table definition with columns and defined data types. Schema is flexible, and new columns can be added while using the existing data. The data model doesn't support features problematic in distributed systems such as joins. On top of this, Cassandra provides other features such as collections to store multiple items in a single column. It also lets you easily define secondary indexes and materialized views for fast lookups on non-primary key columns.
The previous thrift-based interface was closely tied to the internal storage view. This was fairly complex and had a relatively high learning curve to adopt. The CQL interface is much easier to understand because of its similarity to SQL.
- 電氣自動化專業英語(第3版)
- 構建高質量的C#代碼
- 大學計算機基礎:基礎理論篇
- 軟件架構設計
- AWS:Security Best Practices on AWS
- Hands-On Data Science with SQL Server 2017
- Matplotlib 3.0 Cookbook
- 視覺檢測技術及智能計算
- 運動控制系統
- 分析力!專業Excel的制作與分析實用法則
- Ansible 2 Cloud Automation Cookbook
- 機床電氣控制與PLC
- Learn Microsoft Azure
- Raspberry Pi 3 Projects for Java Programmers
- BeagleBone Home Automation