Azure Tables: best practices for choosing partition/row keys

前端 未结 2 1037
长发绾君心
长发绾君心 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:31

    I've just recently been looking into the exact same thing and found this good quality article that covers Partition Keys, Row Keys and lots more: Azure Storage Table Design Guide: Designing Scalable and Performant Tables

提交回复
热议问题