Re: patch: reduce overhead of execution of CALL statement in no atomic mode from PL/pgSQL - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: patch: reduce overhead of execution of CALL statement in no atomic mode from PL/pgSQL
Date
Msg-id CAFj8pRBgjGtUrRUEMk-oAx+apEyfh74GVC4Hj2FPsCutv81m8Q@mail.gmail.com
Whole thread Raw
In response to patch: reduce overhead of execution of CALL statement in no atomic mode from PL/pgSQL  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-hackers
Hi

I played with the profiler a little bit to get some data - see attached file.  Almost all overhead is related to impossibility to use simple expression evaluation (that has very good performance now).

Probably there is no simple way to reduce this overhead. 

Regards

Pavel
Attachment

pgsql-hackers by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: PATCH: Batch/pipelining support for libpq
Next
From: Stephen Frost
Date:
Subject: Re: automatic analyze: readahead - add "IO read time" log message