From: NHibernate J. <mik...@us...> - 2006-11-21 12:29:38
|
Can't use MemCached for query cache because of big key size. ------------------------------------------------------------ Key: NH-822 URL: http://jira.nhibernate.org/browse/NH-822 Project: NHibernate Type: Bug Components: Contrib Versions: 1.2.0.Beta2 Reporter: Ayende Rahien Assigned to: Ayende Rahien Mem Cache keys are limited to 250 characters, but a lot of queries are a lot bigger than that. This usually means that we need to hash the key itself. Probably MD5 would be the best solution, with check to see if the key size if beyond 250 (to reduce perf of hashing). -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.nhibernate.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |