MySQL Forums
Forum List  »  MySQL Query Browser

Re: Query execution time message
Posted by: Robert Freeland
Date: November 08, 2007 01:09AM

I'd love an official answer to this question too.

I get some very odd behavior from these two little numbers. For instance, SELECT 10,000 records, and you get one result, but then SELECT COUNT(*) from that same dataset, and the numbers reverse. If the paren number is the processing time, then you'd expect it to be roughly the same whether you return the records to the client or simply count them.

The TOTAL of the two numbers, at least, seems to roughly equal the time it takes to complete the whole shebang, so I guess that's what we really care about: Total Time = a + b.

Options: ReplyQuote


Subject
Written By
Posted
November 12, 2005 08:37AM
February 24, 2006 06:51AM
Re: Query execution time message
November 08, 2007 01:09AM
May 21, 2008 01:19PM
October 10, 2008 09:42AM
October 13, 2008 01:25AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.