MySQL Forums
Forum List  »  MySQL Query Browser

Re: Query execution time message
Posted by: Brian Papantonio
Date: March 02, 2007 01:14PM

I'm using MySQL QB over a remote connection to my home box (slow).

SELECT * FROM user_log;
15113 rows fetched in 5.3274s (0.1498s)

SELECT BENCHMARK(100000000, RAND());
1 row fetched in 0.0505s (13.2676s)


I believe the results are the following:
The first number is the time it took MySQL server to send the result set to the client.
The second number (in parens) is the time it took MySQL server to execute the query itself.

Options: ReplyQuote


Subject
Written By
Posted
November 12, 2005 08:37AM
February 24, 2006 06:51AM
Re: Query execution time message
March 02, 2007 01:14PM
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.