SQL Azure and Indexes

时间秒杀一切 提交于 2019-12-04 19:05:53

问题


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 urban-legend.

Can you help me?

Thanks, Marco


回答1:


SQL Azure does not rebuild indexes automatically while the statistics are updated automatically. If you have a specific reason to force the rebuild it, you have to directly issue the command.

This nice post helps you create a script to dynamically rebuild all indexes in a SQL Azure db.




回答2:


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.



来源:https://stackoverflow.com/questions/12245117/sql-azure-and-indexes

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!