Re: [PERFORM] Performance of Parser? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [PERFORM] Performance of Parser?
Date
Msg-id 28391.1168734268@sss.pgh.pa.us
Whole thread Raw
In response to Performance of Parser?  (Jignesh Shah <J.K.Shah@Sun.COM>)
Responses Re: [PERFORM] Performance of Parser?  (Dave Cramer <pg@fastcrypt.com>)
List pgsql-hackers
Jignesh Shah <J.K.Shah@Sun.COM> writes:
> The appserver is basically using bunch of prepared statements that the
> server should be executing directly without doing the parsing again.

Better have another look at that theory, because you're clearly spending
a lot of time in parsing (operator resolution to be specific).  I think
your client code is failing to re-use prepared statements the way you
think it is.

            regards, tom lane

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Memory context in exception handler
Next
From: "Andrew Dunstan"
Date:
Subject: Re: Performance of Parser?