yochananrachamim / AzureSQL

132 stars 61 forks source link

Question: How does this compare to Automatic Tuning now available for Azure SQL? #7

Closed isamllr closed 5 years ago

isamllr commented 5 years ago

Hi Yochanan, Question: How does this compare to Automatic Tuning now available for Azure SQL? Can it be used along side? Anything to be careful about if used with geo-replicas and read-only secondaries?

https://docs.microsoft.com/en-us/sql/relational-databases/automatic-tuning/automatic-tuning?view=azuresqldb-current

vytux-com commented 5 years ago

They are completely different things. Automatic tuning suggests which indexes to create and delete. This project maintains existing indexes (including those created by Auto tuning suggestions)