[ http://issues.apache.org/jira/browse/JCR-190?page=all ] Marcel Reutegger closed JCR-190: --------------------------------
> Caching in QueryHandler does not scale well > ------------------------------------------- > > Key: JCR-190 > URL: http://issues.apache.org/jira/browse/JCR-190 > Project: Jackrabbit > Type: Improvement > Components: query > Environment: svn revision: 233161 > Reporter: Marcel Reutegger > Assignee: Marcel Reutegger > Fix For: 1.0 > > Caching in class CachingIndexReader uses too much memory. It uses around 500 > bytes per node and does not use any strategy to limit the cache. > This improvement covers two goals: > - lower per-node memory cost for caching > - implement a caching strategy using e.g LRU algorithm -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
