About Azure Table Storage Row 1MB Limit, How it counts for UTF8 Code?

前端 未结 2 1480
野趣味
野趣味 2021-02-08 08:05

Lets first quote:

Combined size of all of the properties in an entity cannot exceed 1MB. (for a ROW/Entity) from msdn

My Q

2条回答
  •  生来不讨喜
    2021-02-08 08:15

    Azure table row size calculation is quite involved and includes both the size of the property name and its value plus some overhead.

    http://blogs.msdn.com/b/avkashchauhan/archive/2011/11/30/how-the-size-of-an-entity-is-caclulated-in-windows-azure-table-storage.aspx

    Edit. Removed statement that earlier said that size calculation was slightly inaccurate. It is quite accurate.

提交回复
热议问题