Re: What is postmaster doing? - Mailing list pgsql-performance

From Mladen Gogala
Subject Re: What is postmaster doing?
Date
Msg-id 4CBF515B.1060704@vmsinfo.com
Whole thread Raw
In response to What is postmaster doing?  (Dimi Paun <dimi@lattica.com>)
List pgsql-performance
Dimi Paun wrote:
> Folks,
>
> I am running into a problem with the postmaster: from time to time, it
> runs for a long time. E.g., from top:
>
> 23425 postgres  20   0 22008  10m  10m R 99.9  0.5  21:45.87 postmaster
>
> I'd like to figure out what it is doing. How can I figure out what
> statement causes the problem?
>
> is there a way I can log all SQL statements to a file, together with the
> time it took to execute them?
>
>
You can do one better: you can even explain the statements, based on the
execution time. There is a module called auto explain:

http://www.postgresql.org/docs/8.4/static/auto-explain.html

For the log files, you can parse them using pgfouine and quickly find
out the most expensive SQL statements.



--

Mladen Gogala
Sr. Oracle DBA
1500 Broadway
New York, NY 10036
(212) 329-5251
http://www.vmsinfo.com
The Leader in Integrated Media Intelligence Solutions




pgsql-performance by date:

Previous
From: Tom Lane
Date:
Subject: Re: What is postmaster doing?
Next
From: Dimi Paun
Date:
Subject: Re: What is postmaster doing?