Re: profiling postgresql queries?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: hubert(dot)lubaczewski(at)eo(dot)pl
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: profiling postgresql queries?
Date: 2005-04-12 14:10:53
Message-ID: 15425.1113315053@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

hubert lubaczewski <hubert(dot)lubaczewski(at)eo(dot)pl> writes:
> and it made me wonder - is there a way to tell how much time of backend
> was spent on triggers, index updates and so on?

In CVS tip, EXPLAIN ANALYZE will break out the time spent in each
trigger. This is not in any released version, but if you're desperate
you could load up a play server with your data and test.

regards, tom lane

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Bendik R.Johansen 2005-04-12 14:12:32 Slow update
Previous Message Dave Held 2005-04-12 13:41:55 Re: 4 way JOIN using aliases