At 04:54 AM 7/13/04, Werner vd Merwe wrote:
>I would love some help on performance tuning our PG box, some of our
>queries takes a very long time to complete.
>
>My request is maybe more one of looking for a nice profiling system that
>can eg. Graph available buffers vs used buffers, same with memory etc etc,
>to try and find the bottleneck in our system and also for pro-active
>upgrades where needed.
Have you checked to see if the speed of the slow running queries can be
improved by rewriting the SQL? If your problem is poorly written queries,
then analyzing buffers and memory isn't going to help.
Frank