Re: excution time for plpgsql function and subfunction - Mailing list pgsql-general

From Guillaume Lelarge
Subject Re: excution time for plpgsql function and subfunction
Date
Msg-id 1389612260.3294.5.camel@localhost
Whole thread Raw
In response to excution time for plpgsql function and subfunction  (Rémi Cura <remi.cura@gmail.com>)
Responses Re: excution time for plpgsql function and subfunction  (Rémi Cura <remi.cura@gmail.com>)
List pgsql-general
On Fri, 2014-01-10 at 10:10 +0100, Rémi Cura wrote:
> Hey List,
> kind of a simple question :
>
> I'm using the postgis_topology extension,
> and I'm trying to figure where the slowness comes from when importing data.
>
> It involves plpgsql function calling other plpgsql functions, insert,
> update, etc etc.
>
> I know I can use explain analyze for one querry, but I don't know how to
> get details of how much time takes each sub-function called by a main
> function.
>
> Thus it is very difficult to guess where is the bottleneck.
>

Shameless plug, but here is how I do it:
http://blog.guillaume.lelarge.info/index.php/post/2012/03/31/Profiling-PL/pgsql-functions


--
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com



pgsql-general by date:

Previous
From: "Abraham, Danny"
Date:
Subject: Re: PG 924, Windows 2012, error code 487
Next
From: Rémi Cura
Date:
Subject: Re: excution time for plpgsql function and subfunction