Currently, I'm weighing the differences between JDO and a straight JDBC
layer in my application.  What I was noticing was that the JDO layer
allowed much quicker execution based on the fact that I was caching
based on primary key in an LRU cache.

Driver aside, it is my understanding that ResultSet essentially does a
lazy load on getters, so if I can cache the resulting row content, then
I can prevent calling gets-- which would speed up my output.

Am I off the wall on this one, or do ResultSets actually pull all the
data into memory in the first place?

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.351 / Virus Database: 197 - Release Date: 4/19/2002
 


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to