Hello - I see message logged in General logs like " xxxxxxxx.sql.query.took:took 3040 ms "
Is this 3040 ms query execution time on server ? or is this the time taken to execute query on SQL server and get the result back ( including network usage time).
Thanks | AG
Hi Ajay,
It's just the query time on the SQL Server. I wasn't too sure since I don't see it spelled out in the documentation, but I tested this by writing a purposefuly slow query and then looking at the logs:
Thank you !