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

On 05/29/2012 03:41 PM, Baumgart, Jens wrote:
> 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?

hm, not binaries. we have .xml.zip files (models) that are ~5-10MB in size, but what we also have are .xml files that are ~50MB in size, and not one but a dozen of them. could that matter?

any chance to find out /what/ takes so long?

Regards,
Markus

> --
> 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