There is also the first and second-level cache to consider, as these affect performance tremendously, and aren't reflected in a very basic test like this.
On Mon, Sep 26, 2011 at 4:35 PM, Russ Michaels <[email protected]> wrote: > > It is a pretty easy test. > make 2 pages. > > 1 that uses cfquery > 1 that uses ORM > > get them both to do the same heavy database work > compare the execution times. > > ORM is clearly going to have some overhead by its very nature, so you > have to measure whether the convenience and portability outweighs the > performance hit. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:347731 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

