Is there any way to retrieve per SQL query stats from MySQL?
Specifically for my need, the ability to determine the amount of system
resources required to perform the query, ie CPU, disk usage, etc...

I poked through the docs & did some net searching, but couldn't find
anything that I could use.

I chatted with someone who thought that InnoDB had had some code added
to it to start down this path, but that it wasn't exposed to the user
level at all.

An alternative would be a good method of determining the resource cost
of a query though an examination of the explain data.

Thanks!
  - Sam


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to