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?
> 
> Cheers
> Andrea
> 
> !DSPAM:1004,45dda899290441702038478!
> 


-- 
Justin Deoliveira
The Open Planning Project
http://topp.openplans.org

-------------------------------------------------------------------------
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