Re: statement caching proof of concept

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: statement caching proof of concept
Дата
Msg-id Pine.OSF.4.61.0606201313540.360483@kosh.hut.fi
обсуждение исходный текст
Ответ на Re: statement caching proof of concept  (Oliver Jowett <oliver@opencloud.com>)
Список 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

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: Re: statement caching proof of concept
Следующее
От: Sebastiaan van Erk
Дата:
Сообщение: Limit vs setMaxRows issue