Azure Table Storage transaction limitations

后端 未结 4 2013
灰色年华
灰色年华 2021-02-02 03:52

I\'m running performance tests against ATS and its behaving a bit weird when using multiple virtual machines against the same table / storage account.

The entire pipeline

4条回答
  •  情深已故
    2021-02-02 04:21

    Are the compute instances and storage account in the same affinity group? Affinity groups ensure that network proximity between the services is optimal and should result in lower latency at the network level.

    You can find affinity group configuration under the network tab.

提交回复
热议问题