- 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.
推薦閱讀
- Apache Oozie Essentials
- TypeScript Blueprints
- Building a RESTful Web Service with Spring
- aelf區塊鏈應用架構指南
- 前端架構:從入門到微前端
- Windows Server 2012 Unified Remote Access Planning and Deployment
- HTML5+CSS3網站設計教程
- Linux Device Drivers Development
- 新一代SDN:VMware NSX 網絡原理與實踐
- 一本書講透Java線程:原理與實踐
- 輕松上手2D游戲開發:Unity入門
- Machine Learning for Developers
- C++程序設計教程(第2版)
- Training Systems Using Python Statistical Modeling
- C/C++代碼調試的藝術