I've been using the distributed cache providers from NHContrib quite a bit 
recently (memcached and SharedCache), and I've noticed that performance for the 
query cache could be greatly improved if ICache was updated to support 
multi-get functionality (returning multiple cache items in one round trip to 
the cache).  Right now the query cache performs a separate Get call for every 
entity returned by a cached query.  This can result in many, many independent 
calls to the distributed cache, which slows things down to a crawl for large 
queries.

Has any thought/effort been put into this by someone else?

Thanks!
-tyler burd

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to