- Azure Serverless Computing Cookbook
- Praveen Kumar Sreeram
- 80字
- 2021-07-02 20:23:02
Partition key and row key
The primary key of Azure Table storage tables has two parts as follows:
- Partition key: Azure Table storage records are classified and organized into partitions. Each record located in a partition will have the same partition key (p1 in our example).
- Row key: A unique value should be assigned for each of the rows.
A clustered index will be created with the values of the partition key and row key to improve the query performance.
推薦閱讀
- JavaScript百煉成仙
- 軟件界面交互設計基礎
- R語言數據可視化之美:專業圖表繪制指南
- C#程序設計(慕課版)
- BeagleBone Media Center
- Getting Started with PowerShell
- OpenStack Cloud Computing Cookbook(Fourth Edition)
- Java性能權威指南(第2版)
- Mastering Google App Engine
- Instant Nancy Web Development
- Haskell Data Analysis Cookbook
- HTML5 APP開發從入門到精通(微課精編版)
- IoT Projects with Bluetooth Low Energy
- Distributed Computing in Java 9
- C語言程序設計