SQL Azure and Indexes

前端 未结 2 2023
清酒与你
清酒与你 2021-02-15 09:21

is that true that SQL Azure rebuilds / reorganizes index automatically?

We have a database on Sql Azure and experiencing performance degradation and I suppose this is a

2条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-15 09:43

    Sql Azure offers few nice amenities with it, as follows:

    Intelligent Performance Performance overview Performance recommendations Query Performance Insight Automatic tuning

    Keep an eye on the statistics, You can also allow azure to automatically tune your database indexes, add, remove them to tune database performance.

    Hope it helps.

提交回复
热议问题