Justin Deoliveira ha scritto:
> Andrea Aime wrote:
>> Justin Deoliveira ha scritto:
>>> Hi Andrea,
> 
>> It really depends on the dbms. With Oracle the situation is as I
>> explained, with old Postgres jdbc driver prepared statements were fake,
>> in that the driver really built a full sql query and then sent it
>> to the server, with no preparation at all (it was just a way to support
>> ps API wise, while not really doing it on a practical level).
> So does this mean that in postgres we are paying the same price with
> prepared statements vs non-prepared statements?

It may be, it may be not. I don't really know how things have evolved
since last time I did look into the postgres jdbc driver code, and that
happened some 2-3 years ago.

Cheers
Andrea

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to