4 Monitor and Optimize Operational Resources
4 Monitor and Optimize Operational Resources
You can then use the Azure SQL Analytics feature in Log
Analytics to get the required information when it comes to
Intelligent Insights.
And if you go on to the database itself, you will get a summary about
the database itself when it comes to insights. Since we don’t have
anything much running on this underlying database, that’s why we
don’t have any issues that have been directed for the underlying
resources.
If you scroll to the right you will see if there are any sort of queries still
waiting stats, any database waits, the database metrics… a lot of
information.
4.4 AZURE SQL DATABASE – AUTOMATIC TUNING
During the creation, you will map the agent onto a job
database.
o You can enable the Query Store feature with the help of the
ALTER DATABASE SET option.
o Max Size in MB
o Here you specify what is the maximum size of the Query
Store.
o Here Query Store will store the queries, execution plans
and statistics till the size of the database reaches the limit
specified by the Max size.
o When the limit is reached, then Query Store will stop
collecting new data and will go into read-only mode.