- 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.
推薦閱讀
- 現代C++編程:從入門到實踐
- JBoss Weld CDI for Java Platform
- Learning Chef
- Hands-On JavaScript High Performance
- Java程序設計與實踐教程(第2版)
- HDInsight Essentials(Second Edition)
- JavaScript入門經典
- Python算法從菜鳥到達人
- Nginx Lua開發實戰
- R用戶Python學習指南:數據科學方法
- 詳解MATLAB圖形繪制技術
- HTML+CSS+JavaScript編程入門指南(全2冊)
- Qlik Sense? Cookbook
- Arduino Wearable Projects
- 玩轉.NET Micro Framework移植:基于STM32F10x處理器