I thought that history indexing/searching only works for local repositories. Has that changed since 0.4? Even with local repositories, it does take some time to retrieve all the history, especially if you have slow disks or a disk bottleneck.
Bill On 5/18/07, Trond Norbye <Trond.Norbye at sun.com> wrote: > > Cory Remick wrote: > > However, indexing was much slower than before and I noticed a lot of > processing going on from the Apache service which it didn't do before. Does > the javahl binding use Apache and the web_dav_svn.mo module loaded into > Apache? Seems silly since everything is on the same machine. > > > > Anybody have any ideas on how performance can be improved? Without the > History index, index time is less than a minute on 90MB of source. With > History its about 5-6 minutes. Granted its not a show stopper, but after > seeing it go so fast before I'm annoyed now, and since nobody else has > complained about it I'm assuming I have a configuration problem. > > > > > When you have the javahl library available, the index phase will try to > read out the complete revision history for _each_ file in order to > generate indexes for the history log. If you are using a remote > subversion repository this will slow things down. This might be your > problem. > > Trond > > _______________________________________________ > opengrok-discuss mailing list > opengrok-discuss at opensolaris.org > http://opensolaris.org/mailman/listinfo/opengrok-discuss > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/opengrok-discuss/attachments/20070518/7a3c7759/attachment.html>
