Re: Anyway in JDBC to dectect if DB supports pre-compilation

From: "Peter Mount" <peter(at)retep(dot)org(dot)uk>
To: "george stewart" <georgestewartiv(at)yahoo(dot)com>, "Interfaces" <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: Anyway in JDBC to dectect if DB supports pre-compilation
Date: 2000-07-24 14:49:51
Message-ID: 023101bff580$d5675040$512629d4@retep.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

No. as the backend doesn't currently supports it. As soon as it does, it
will do.

PreparedStatement is currently handled purely by the JDBC driver. As soon as
"pre-compilation" is supported, then the performance improvement would be
immense.

Peter

--
Peter T Mount peter(at)retep(dot)org(dot)uk, peter(at)retepdigital(dot)com, me(at)petermount(dot)com
Homepage: http://www.retep.org.uk Contact details @ http://petermount.com
PostgreSQL JDBC: http://www.retep.org.uk/postgres/
Java PDF generator: http://www.retep.org.uk/pdf/

----- Original Message -----
From: george stewart <georgestewartiv(at)yahoo(dot)com>
To: Interfaces <pgsql-interfaces(at)postgresql(dot)org>
Sent: Sunday, July 23, 2000 10:52 PM
Subject: [INTERFACES] Anyway in JDBC to dectect if DB supports
pre-compilation

Sorry for slightly off-topic, but is there some way in
JDBC to detect if the connection supports
pre-compilation of prepared statements.

Regards, george

__________________________________________________
Do You Yahoo!?
Get Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Joseph Shraibman 2000-07-24 19:57:34 Re: Anyway in JDBC to dectect if DB supports pre-compilation
Previous Message george stewart 2000-07-23 21:52:45 Anyway in JDBC to dectect if DB supports pre-compilation