Re: statement caching proof of concept

From: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
To: Oliver Jowett <oliver(at)opencloud(dot)com>
Cc: List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: statement caching proof of concept
Date: 2006-06-20 10:16:25
Message-ID: Pine.OSF.4.61.0606201313540.360483@kosh.hut.fi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Tue, 20 Jun 2006, Oliver Jowett wrote:

> Dave Cramer wrote:
>
>> How does the generic wrapper solve the problems above ? I would think they
>> all suffer from the same problems ?
>
> Well, yes, but my point is that you can solve this once for all JDBC drivers,
> you don't need postgres-specific code to do it .. and surely someone has
> already done this?

Sure. All major J2EE app servers have a prepared statement cache. And
then there's at least Apache commons dbcp that inspired Dave in the first
place.

- Heikki

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Sebastiaan van Erk 2006-06-21 09:11:51 Limit vs setMaxRows issue
Previous Message Oliver Jowett 2006-06-20 10:00:31 Re: statement caching proof of concept