Need a performance tip - Statement pooling for server prepared st atements - Mailing list pgsql-jdbc

From VIDAL Cedric
Subject Need a performance tip - Statement pooling for server prepared st atements
Date
Msg-id FB0608BA1956244694E2B71BF8B8138003240982@etudes_nt
Whole thread Raw
Responses Re: Need a performance tip - Statement pooling for server
List 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 by date:

Previous
From: "mikael-aronsson"
Date:
Subject: Re: Maximum limit on int in plpgsql
Next
From: Dave Cramer
Date:
Subject: Re: Bug in JDBC-Driver?