Re: Performance analysis of plpgsql code - Mailing list pgsql-performance

From Karl O. Pinc
Subject Re: Performance analysis of plpgsql code
Date
Msg-id 1119923648l.11411l.0l@mofo
Whole thread Raw
In response to Re: Performance analysis of plpgsql code  (Michael Fuhr <mike@fuhr.org>)
Responses Re: Performance analysis of plpgsql code  (Michael Glaesemann <grzm@myrealbox.com>)
Re: Performance analysis of plpgsql code  (Michael Fuhr <mike@fuhr.org>)
List pgsql-performance
On 06/27/2005 06:33:03 PM, Michael Fuhr wrote:
> On Mon, Jun 27, 2005 at 11:30:45PM +0000, Karl O. Pinc wrote:
> >
> > Short of that I think I'm going to be reduced to
> > writing a C function that returns the real
> > system time so I can spatter my code with
> > RAISE statements that indicate actual execution
> > time.
>
> See timeofday().

That only gives you the time at the start of the transaction,
so you get no indication of how long anything in the
transaction takes.


Karl <kop@meme.com>
Free Software:  "You don't pay back, you pay forward."
                  -- Robert A. Heinlein


pgsql-performance by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: Performance analysis of plpgsql code
Next
From: Michael Glaesemann
Date:
Subject: Re: Performance analysis of plpgsql code