Re: pooled prepared statements

From: Thomas Finneid <tfinneid(at)fcon(dot)no>
To: John Lister <john(dot)lister(at)kickstone(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: pooled prepared statements
Date: 2009-05-13 07:57:04
Message-ID: 4A0A7D50.40704@fcon.no
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

John Lister wrote:
>
>> Probably easier to create a server side function instead, then.
> But wouldn't you still have to go through all the planning steps within
> the function for any queries, although i'll admit i'm not familiar with
> Postgresql functions.

Server-side functions are compiled when installed. Since my function
would only contain simple queries that are parameterized, it would
pre-compile well.

thomas

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message John Lister 2009-05-13 14:37:17 Re: pooled prepared statements
Previous Message dmp 2009-05-13 01:13:20 Re: Unable to access table named "user"