- Learning Apache Cassandra(Second Edition)
- Sandeep Yarabarla
- 191字
- 2021-07-03 00:19:22
Structured records
The first three database features we looked at are commonly found in distributed data stores. However, databases such as Riak and Voldemort are purely key value stores; these databases have no knowledge of the internal structure of a record that's stored in a particular key. This means useful functions such as updating only part of a record, reading only certain fields from a record, or retrieving records that contain a particular value in a given field are not possible.
Relational databases such as PostgreSQL, document stores such as MongoDB, and, to a limited extent, newer key-value stores such as Redis, do have a concept of the internal structure of their records, and most application developers are accustomed to taking advantage of the possibilities this allows. None of these databases, however, offer the advantages of a masterless distributed architecture.
In Cassandra, records are structured much in the same way as they are in a relational database—using tables, rows, and columns. Thus, applications using Cassandra can enjoy all the benefits of masterless distributed storage while also getting all the advanced data modeling and access features associated with structured records.
- 構建高質量的C#代碼
- Machine Learning for Cybersecurity Cookbook
- Drupal 7 Multilingual Sites
- 樂高機器人EV3設計指南:創(chuàng)造者的搭建邏輯
- Google App Inventor
- 具比例時滯遞歸神經網絡的穩(wěn)定性及其仿真與應用
- Linux:Powerful Server Administration
- 單片機技術一學就會
- 深度學習與目標檢測
- 教育機器人的風口:全球發(fā)展現狀及趨勢
- Excel 2010函數與公式速查手冊
- Mastering MongoDB 4.x
- Python語言從入門到精通
- Cisco UCS Cookbook
- 工業(yè)控制系統(tǒng)安全