Need a performance tip - Statement pooling for server prepared st atements

Поиск
Список
Период
Сортировка
От VIDAL Cedric
Тема Need a performance tip - Statement pooling for server prepared st atements
Дата
Msg-id FB0608BA1956244694E2B71BF8B8138003240982@etudes_nt
обсуждение исходный текст
Ответы Re: Need a performance tip - Statement pooling for server
Список pgsql-jdbc
Hi,

On the postgresql jdbc site's todo http://jdbc.postgresql.org/todo.html, it
is stated that
"statement pooling to take advantage of server prepared statements" should
be added.

Is that information up to date ? Is that feature really not supported. If
yes, does that mean, that using JDBC PreparedStatement(s) with PostgreSQL
doesn't take avantage of server side statement pooling, and thus has no
advantage over simple statements.

Either way, is there any other performance tip that could help us achieve
better performances ?

Any information on that matter would be greatly appreciated,

Thanx a lot,

Cédric Vidal

PS: We're using PostgreSQL/JDBC through Hibernate.

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

Предыдущее
От: "mikael-aronsson"
Дата:
Сообщение: Re: Maximum limit on int in plpgsql
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: Bug in JDBC-Driver?