Skip to content

Commit 5c30171

Browse files
authored
Merge pull request #274201 from pauljewellmsft/tables-key-values
Update size for key values - Tables
2 parents dcd6bb1 + e98a5fd commit 5c30171

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

includes/storage-tables-scale-targets.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
author: tamram
2+
author: pauljewellmsft
33
ms.service: azure-storage
44
ms.topic: include
5-
ms.date: 03/09/2020
6-
ms.author: tamram
5+
ms.date: 05/03/2024
6+
ms.author: pauljewell
77
---
88

99
The following table describes capacity, scalability, and performance targets for Table storage.
@@ -17,8 +17,8 @@ The following table describes capacity, scalability, and performance targets for
1717
| Maximum size of a single entity, including all property values | 1 MiB |
1818
| Maximum number of properties in a table entity | 255 (including the three system properties, **PartitionKey**, **RowKey**, and **Timestamp**) |
1919
| Maximum total size of an individual property in an entity | Varies by property type. For more information, see **Property Types** in [Understanding the Table Service Data Model](/rest/api/storageservices/understanding-the-table-service-data-model). |
20-
| Size of the **PartitionKey** | A string up to 1 KiB in size |
21-
| Size of the **RowKey** | A string up to 1 KiB in size |
20+
| Size of the **PartitionKey** | A string up to 1024 characters in size |
21+
| Size of the **RowKey** | A string up to 1024 characters in size |
2222
| Size of an entity group transaction | A transaction can include at most 100 entities and the payload must be less than 4 MiB in size. An entity group transaction can include an update to an entity only once. |
2323
| Maximum number of stored access policies per table | 5 |
2424
| Maximum request rate per storage account | 20,000 transactions per second, which assumes a 1-KiB entity size |

0 commit comments

Comments
 (0)