Re: [PERFORM] Best Profiler for PostgreSQL

2009-09-10 Thread Robert Haas
On Wed, Sep 9, 2009 at 6:15 AM, Reydan Cankur wrote: > Hi, > > I am running PostgreSQL-8.4.0 on a SMP Server which has 32 processors > (32X2=64 cores). I am working on database parallelism and I need to do > profiling in order to find the relevant parts to parallelize. I wrote 15 > queries which a

[PERFORM] Best Profiler for PostgreSQL

2009-09-09 Thread Reydan Cankur
Hi, I am running PostgreSQL-8.4.0 on a SMP Server which has 32 processors (32X2=64 cores). I am working on database parallelism and I need to do profiling in order to find the relevant parts to parallelize. I wrote 15 queries which are performing select, sort, join, and aggregate function