Re: pooled prepared statements

Поиск
Список
Период
Сортировка
От Thomas Finneid
Тема Re: pooled prepared statements
Дата
Msg-id 4A0A7D50.40704@fcon.no
обсуждение исходный текст
Ответ на Re: pooled prepared statements  (John Lister <john.lister@kickstone.com>)
Список 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


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

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: pooled prepared statements
Следующее
От: dmp
Дата:
Сообщение: Re: Unable to access table named "user"