Just starting to look at the CF ORM stuff, pretty nice API, Hibernate
underneath, all good.

But as I understand it, ORM "queries" return arrays of cfc objects,
and I'm concerned about performance at scale. On a gut level, I'd
rather be able to get a native CF query, which I could deal with in
straight CF as usual, or through an IBO if I wanted object-like
behavior for that whole collection.

So...

- Is it possible to have CF ORM return a query, when I want it to?

- What's people's experience with this stuff at scale, meaning large
result sets, more than departmental traffic etc? Are there any largish
sites doing that?

Thanks,
Dave

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338469
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to