Nikhil G. Daddikar <[EMAIL PROTECTED]> schrieb:

> Hello,
>
> I have been searching on the net on how to tune and monitor performance  
> of my postgresql server but not met with success. A lot of information  
> is vague and most often then not the answer is "it depends". Can anyone  
> of you refer me a nice guide or tutorial on this?

Depends ;-)

You can log queries with an execution time more than N milliseconds via
log_min_duration. You can analyse the log with tools like pgfouine. And
you can analyse such queries with EXPLAIN ANALYSE.

But, i don't know your current problem, that's why my answer are a little
bit vague...


Andreas
-- 
Really, I'm not out to destroy Microsoft. That will just be a completely
unintentional side effect.                              (Linus Torvalds)
"If I was god, I would recompile penguin with --enable-fly."   (unknown)
Kaufbach, Saxony, Germany, Europe.              N 51.05082°, E 13.56889°

-- 
Sent via pgsql-performance mailing list (pgsql-performance@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-performance

Reply via email to