MySQL Forums
Forum List  »  MySQL Query Browser

Re: The Answer
Posted by: Chris Casto
Date: May 21, 2008 01:19PM

For anyone else who hasn't found the answer yet, this is what the message means:

X row(s) fetched in Y s (Z s)

X = number of rows (of course)
Y = time it took the MySQL server to execute the query (parse, retrieve, send)
Z = time the resultset spent in transit from the server to the client

Options: ReplyQuote


Subject
Written By
Posted
November 12, 2005 08:37AM
February 24, 2006 06:51AM
Re: The Answer
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.