Azure Tables: best practices for choosing partition/row keys

前端 未结 2 1035
长发绾君心
长发绾君心 2021-02-03 19:00

What would be best practices for choosing partition/row keys for entities in Azure Tables? The common advice is to magically balance between partition size and number of partiti

2条回答
  •  逝去的感伤
    2021-02-03 19:41

    There is a detailed article on this very subject up on MSDN: Designing a scalable partitioning strategy for Windows Azure Storage.

提交回复
热议问题