Re: PQexecParams performance

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Harry Rossignol" <harrywr2(at)comcast(dot)net>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: PQexecParams performance
Date: 2005-12-12 22:56:10
Message-ID: 2448.1134428170@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Harry Rossignol" <harrywr2(at)comcast(dot)net> writes:
> My experience using PQexecParams is that it has a performance
> degradation of a factor of 100's if not thousands.

This is demonstrably not so in general. You may be hitting a case where
the planner chooses a poor plan for lack of information about the value
of a parameter ... but with no details about the query or even mention
of which PG version you're talking about, this bug report isn't worth
the electrons it's written on.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Stefanos Kozanis 2005-12-13 09:32:57 Re: BUG #2084: Add WIN1253 to CLIENT_ENCODING encodings
Previous Message Harry Rossignol 2005-12-12 18:20:45 PQexecParams performance