---Reply to mail from paul smith about Which is Faster?
> Which do you expect to be faster? 1 or 2? Why?
>
> 1. <CF_QCOLTOL QUERY="VERITYSEARCHLISTINGS" COLNAME="KEY"
> LISTNAME="QueryList" QUALIFYER="" DELIMITER=",">
> <CFSET CLIENT.SEARCHLIST = QUERYLIST>
>
> 2. <CFSET CLIENT.SEARCHLIST = ValueList(VeritySearchListings.KEY)>
2, doesn't matter how 1 is implemented, it will always be slower as CF
will have to run an entire environment (memory, load source, parse,
execute, unload, free memory) for the custom tag. It's probably a quite
substantial difference.
---
James Sleeman
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.