Re: Measuring CPU time use? (Another stupid question) - Mailing list pgsql-general

From Justin Clift
Subject Re: Measuring CPU time use? (Another stupid question)
Date
Msg-id 3E00EC97.4000205@postgresql.org
Whole thread Raw
In response to Re: Measuring CPU time use? (Another stupid question)  (Jessica Blank <jb@twu.net>)
Responses Re: Measuring CPU time use? (Another stupid question)  (Jessica Blank <jb@twu.net>)
List pgsql-general
Joe Conway wrote:
> Jessica Blank wrote:
>
>> I suppose I should rephrase.
> [...snip...]
>> So I guess what I'm saying is that I don't care so much about CPU
>> time, or I/O time, but *TOTAL* time. How long it takes from the
>> instant the query hits Postgres to the instant I get my results back...
>
>
> That's pretty much exactly what EXPLAIN ANALYZE does for you. And along
> with it, you get other useful information to help you improve the query.

Red Hat recently released their "Visual Explain 1.1" tool as well, and that looks like it could be very useful for what

Jessica's after too:

http://sources.redhat.com/rhdb/tools.html

:-)

Regards and best wishes,

Justin Clift


> Joe



--
"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
- Indira Gandhi


pgsql-general by date:

Previous
From: Keehan Mallon
Date:
Subject: Re: Measuring CPU time use? (Another stupid question)
Next
From: Jessica Blank
Date:
Subject: Re: Measuring CPU time use? (Another stupid question)