Bugzilla – Bug 3052
Support incremental history cache
Last modified: 2009-10-24 21:07:02 UTC
You need to log in before you can comment on or make changes to this bug.
The current implementation of the history cache recreates the complete history cache each time instead of populating the new changes to the existing cache. This would boost up the update of cache, and we could start caching directories as well..
The new cache implementation added in bug #3624 (not enabled by default) supports incremental update of the cache and caches directories, so closing this bug as fixed.