MySQL Forums
Forum List  »  MySQL Query Browser

Re: The Answer
Posted by: Bill Lumberg
Date: October 10, 2008 09:42AM

This is not correct. On a machine with a local instance of MYSQL the Z value differs with varying queries, even though the payload is roughly similar, and the Y value tends to stay the same. Perhaps you have it backwards which would make sense:

Z = time it took the MySQL server to execute the query (parse, retrieve, send)
Y = 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
May 21, 2008 01:19PM
Re: The Answer
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.