SQL recommendations from Azure
# help-with-umbraco
b
Hi all! We have an Umbraco 13 site, uses Umbraco Forms and Umbraco Commerce. In our Azure instance there are some recommendations which I'm not quite familiar what these mean for the project, should I create and drop these indexes? What'd be the impact? https://cdn.discordapp.com/attachments/1341416496404107365/1341416496705835112/image.png?ex=67b5eaf7&is=67b49977&hm=8f8ba22915d279de783f1edf27d17d7c8d3d916ad46fb07b8c68fa693521e872&
k
Creating new indexes probably won't hurt anything, only potentially increase performance, as long as you give them names future 1st-party indexes would never have to avoid collisions. But dropping indexes created by Umbraco/Forms/Commerce feels like it could break migrations/upgrades.
b
Sounds sensible! Thank you 🙂