On 11.07.2008, at 14:11, Chuck Hill wrote:

Thanks for the suggestion. It turns out that a raw JDBC connection with result set operates about 12x the speed of EOF for reading. I don't need the assistance of EOF for these objects, so I'm going to go straight to the DB.

In cases like this, I think that is the most appropriate solution.

I think that really depends. You normally get about the same improvement by using raw rows and you don't have all the Java JDBC crap to deal with.

And often enough you get still way better results by using appropriate queries and letting the database do the work.

cug

--
http://www.event-s.net

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to