On 10/1/00, paul smith penned:
>I'm having problems resolving the efficiency, too.
>
>For example, is 2) below true for a cached query named Request.MyQyery?
>That is, will there be multiple cached queries?  (One copy for each user
>session?)

Cached queries are a whole different animal. The query may be cached 
20 times, if it's passed different values in the WHERE statement 20 
times.

But no, I believe the query is cached across the application, so if 
one user searches for something and the query is cached, and in 5 
minutes another user searches for the same thing, he will get the 
performance of the cached query.

I think. :)
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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.

Reply via email to