View Single Post

   
  #2 (permalink)  
Old 06-13-2008, 02:59 PM
Peter H. Coffin
 
Posts: n/a
Default Re: Meaning of MySQL query browser time values

On Tue, 10 Jun 2008 11:38:16 -0700, John Nagle wrote:
> What do the time values in the MySQL query browser mean? I'm
> getting
>
> 0 rows fetched in 0.0007s (4.3616s)
>
> on a query that's taking too long. What do the two time values
> mean?


The first is the amount of time it took mysql to send however many rows
it is, the second however many seconds it took to run the query.

--
186,000 Miles per Second. It's not just a good idea. IT'S THE LAW.
Reply With Quote