From: | Paul Tomblin <ptomblin(at)gmail(dot)com> |
---|---|
To: | pgsql-jdbc(at)postgresql(dot)org |
Subject: | Does "preparing" a PreparedStatement really help? |
Date: | 2008-02-23 16:25:58 |
Message-ID: | 47C04916.2070500@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
Is there a performance advantage for preparing a PreparedStatement and keeping
it around and using it thousands of times rather than making a new Statement
every time? How big?
Back when I was doing Oracle Call Interface programming in C back in the mid
to late 1980s, we were always told that pre-parsing a query was very expensive
and so you tried not to do it very often, and once you'd done it, you stored
them to reuse. As I try to switch this system over to using a connection
pool, trying to store PreparedStatements for each connection is fairly
complicated and I'm wondering if it's worth it.
--
Paul Tomblin <ptomblin(at)xcski(dot)com> http://blog.xcski.com/
I wouldn't be surprised if I'd have to put garlic in the CD drawer
to really get rid of it.
-- Arthur van der Harg on 'Gator'
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Cramer | 2008-02-23 18:14:58 | Re: Does "preparing" a PreparedStatement really help? |
Previous Message | shah exports | 2008-02-23 13:15:09 | Request for JDBC support |