Hi,
We have some suspicion of performance degradation on our Azure SQL Database.
I would like to benchmark the data I/O throughput on one database without and conflictual activity on our server.
We have observed an increasing occurrence of timeouts in our queries despite our workload did not change in this timeline.
In most cases, the Data I/O graph in the different metrics view on the portal did not show a spike or a saturation of our Data I/O DTU, neither the different dmv on our database.
And the timed out queries only seems to do some table scan which relies on Data I/O performances (often data are in cache after that and only logical reads are observed)
Has anyone tried to measure such performances on Azure SQL database?
Regards,