Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CPU_TIME Vs ELAPSED_TIME

Status
Not open for further replies.

engineer2100

Programmer
Feb 7, 2002
285
US
I have run through a lot of articles on these columns but none gave me satisfactory explanation.

Could one of you provide me with the same?

Thanks
Engi
 
elapsed_time = total time required by the query.

cpu_time = time the processor(s) have spent on your query (the rest of the time the processor may be working on another task or sitting idol while it is waiting for an I/O operation to complete).

cpu_time will always be less than elapsed_time.
 
Nice one Dagon. Is cpu idol similar to American Idol? ;-)

I want to be good, is that not enough?
 
Yes, lots of CPUs have to run processor-intensive jobs in front of a panel of judges. The judges make mocking comments about the performance and then the public votes them off one by one.

Slight misprint. Should have said "CPU idle", of course.
 
[2thumbsup][rofl][2thumbsup]

[santa]Mufasa
(aka Dave of Sandy, Utah, USA)
[I provide low-cost, remote Database Administration services: www.dasages.com]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top