Re: bind variables, soft vs hard parse

From: Michael Alan Dorman <mdorman(at)tendentious(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: bind variables, soft vs hard parse
Date: 2005-11-16 13:58:52
Message-ID: 87irusae3n.fsf@hero.mallet-assembly.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Martijn van Oosterhout <kleptog(at)svana(dot)org> writes:
> Unless you use something like pgpool, in which case a single session
> may include multiple requests.

Actually, I've found pgpool to be no better when it comes to using
real prepared queries---there's no guarantee that any given request is
going to connect to the same pgpool process as before, so it won't
have the prepared request.

Mike

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tino Wildenhain 2005-11-16 14:14:42 Re: question about count(b) where b is a custom type
Previous Message Simon Riggs 2005-11-16 13:55:20 Re: [HACKERS] Per-table freeze limit proposal