Hi, I'm going to cache a bunch of data from a DB table in the Application scope for regular use through the application. Some of the processing based on this data might be quite intensive, and I was just wondering, does anyone know offhand if there are performance differences between looping through query recordsets and looping through structures (or arrays)?
Should I just cache the recordset and work on that, or is it worth converting to something else (bearing in mind the conversion only has to be done each time the app times out or is reset, so that can be discounted as taking up time). cheers, Gyrus [EMAIL PROTECTED] http://norlonto.net/gyrus/dev/ PGP key available ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

