~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to README.txt

  • Committer: Michael Hudson
  • Date: 2008-06-16 09:17:12 UTC
  • mfrom: (128.6.77 loggerhead.trunk.cache)
  • mto: This revision was merged to the branch mainline in revision 160.
  • Revision ID: michael.hudson@canonical.com-20080616091712-j62u1l81kvdefmwe
merge beuno's remove_caches work

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
------
57
57
 
58
58
To speed up operations with large branches, loggerhead can be configured
59
 
to create three caches per branch when it first launches:
 
59
to create a files changed cache per branch on request:
60
60
 
61
 
    - a revision data cache
62
61
    - a cache of files changed in a revision
63
 
    - a text searching cache
64
62
 
65
63
You can put the cache folder anywhere.
66
64
 
67
 
The revision data cache and text searching cache will be automatically
68
 
filled once loggerhead starts up.  The caches for a branch with 15,000
69
 
revisions take about four minutes each on a fairly fast machine, but
70
 
mileage may vary.  Once they are built, they update every six hours or
71
 
so but usually finish quickly (or instantly) after the initial creation.
72
 
 
73
65
 
74
66
SUPPORT
75
67
-------