It would be useful to also know Disk Reads/Writes, Memory, CPU, etc. statistics for a given SQL statement.
It would be useful to also know Disk Reads/Writes, Memory, CPU, etc. statistics for
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are 4 different DBMS in the tags. Each of them provides abundant extra information about a query via different mechanisms — not usually through EXPLAIN itself, which is the optimizer’s way of predicting the cost of a query rather than recording what it does cost. However, the mechanisms by which this is done are quite different in each DBMS, being well beyond the reach of anything other than de facto standards (and each DBMS is its own de facto standard).