- Learning Apache Cassandra(Second Edition)
- Sandeep Yarabarla
- 89字
- 2021-07-03 00:19:35
Structure of composite partition key tables
The structure of a composite partition key is similar to a single column partition key. The partitioning is based on a hash generated on the combination of values specified for columns in the partition key. So, every unique combination of the partition key columns value will belong to a different partition. This necessitates us to specify values for all the partition key columns when querying a table with a composite partition key. This is what it looks like for the previously specified table:
推薦閱讀
- Microsoft Power BI Quick Start Guide
- MCSA Windows Server 2016 Certification Guide:Exam 70-741
- Hands-On Machine Learning with TensorFlow.js
- 大型數據庫管理系統技術、應用與實例分析:SQL Server 2005
- 基于ARM 32位高速嵌入式微控制器
- CompTIA Network+ Certification Guide
- JSP從入門到精通
- Enterprise PowerShell Scripting Bootcamp
- Mastering Geospatial Analysis with Python
- JRuby語言實戰技術
- 計算智能算法及其生產調度應用
- Cortex-M3嵌入式處理器原理與應用
- 常用傳感器技術及應用(第2版)
- Practical AWS Networking
- EJB JPA數據庫持久層開發實踐詳解