Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] speeding up re-indexing

I assume there is no "easy" way to speed it up.
I could imagine JGit giving more details in its events (indexChanged and
refsChanged). This would allow to avoid complete re-indexing in many cases.
I am wondering why it's so slow for your repo. Re-indexing takes some
seconds for big repos like the linux kernel.
Do you store large binaries in your repo?
--
Jens

On 29.05.12 15:34, "Markus Duft" <markus.duft@xxxxxxxxxx> wrote:

>Hey!
>
>is there an "easy" (meaning not weeks of work) way to speed up the
>re-indexing of repositories? it takes approx. 2 minutes for our repo
>(~95177 files to scan) on a linux machine with _fast_ discs. Not to speak
>of our poor windows developers with notebooks (~5-10 minutes!)
>
>Regards,
>Markus
>_______________________________________________
>egit-dev mailing list
>egit-dev@xxxxxxxxxxx
>https://dev.eclipse.org/mailman/listinfo/egit-dev



Back to the top