Bug 3052 - Support incremental history cache
: Support incremental history cache
Status: CLOSED FIXED
Product: opengrok
scm
: unspecified
: ANY/Generic OpenSolaris
: P4 enhancement
: ---
Assigned To: Knut Anders Hatlen
:
:
:
:
:
:
  Show dependency treegraph
 
Reported: 2008-08-25 11:38 UTC by Trond Norbye
Modified: 2009-10-24 21:07 UTC (History)
4 users (show)

See Also:


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description Trond Norbye 2008-08-25 11:38:55 UTC
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..
Comment 1 Knut Anders Hatlen 2009-10-24 21:07:02 UTC
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.