If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > What are these numbers in mysql browser status bar

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-11-08, 17:22
jin007 jin007 is offline
Registered User
 
Join Date: Jan 2004
Location: Chicago
Posts: 54
What are these numbers in mysql browser status bar

When my query finishes there is a message at the bottom of the MySQL browser:

5000 rows fetched in 0.68s (3.0988s)

What does this mean?

It seemed to me that the query used 3 seconds but why the number 0.68s?

Sometimes I see this kind of message:

50000 rows fetched in 8.68s (0.388s)

the first number is bigger.

Thanks.
Reply With Quote
  #2 (permalink)  
Old 01-25-08, 03:30
sco08y sco08y is offline
Registered User
 
Join Date: Oct 2002
Location: Baghdad, Iraq
Posts: 697
Probably run time vs. real time. Explanation: if a process used 50% of the CPU for 10 seconds, it is said to have used 5 seconds of run time but 10 seconds of real time. (Different people have different terms for these concepts, btw.)

Database operations tend to wait a lot for IO, so they rarely fully utilize the CPU.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On