- 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.
推薦閱讀
- Spring Cloud Alibaba核心技術與實戰案例
- Git Version Control Cookbook
- JavaScript全程指南
- Building Modern Web Applications Using Angular
- 游戲程序設計教程
- Hands-On Natural Language Processing with Python
- 小學生C++創意編程(視頻教學版)
- 學習OpenCV 4:基于Python的算法實戰
- Java Web開發就該這樣學
- Hands-On Full Stack Development with Spring Boot 2.0 and React
- Java Web應用開發項目教程
- The Applied Data Science Workshop
- C語言程序設計
- INSTANT Apache Maven Starter
- Spring MVC Cookbook