[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Checkout really slow in Windows with lots of files in one directory

From: Echlin, Jamie <jamie.echlin_at_credit-suisse.com>
Date: Wed, 26 Jan 2011 15:30:28 -0000

> I know that there's a negative speed difference on NTFS,
> and that 1.7's WC-NG might make this better, but this is
> getting near-logarithmically slower.

There's good information about NTFS wrt subversion here:
http://superuser.com/questions/15192/bad-ntfs-performance

I found FAT was 10-20x faster than NTFS for the lock/unlock working copy
operation, but I never saw a case where it was logarithmically slow or
appeared to get slower as it went on.

It's easy to test this. Install ImDisk from here:
http://www.ltr-data.se/opencode.html/#ImDisk which is very
straightforward (no reboot), and create two virtual disks, format one as
ntfs and one as FAT32.

Then compare the timings between the three (the third being the physical
disk).

The differences are magnified when the amount of actual work to do is
small compared to the time required for the lock/unlock operation, eg an
svn update when nothing has changed on the server.

jamie

===============================================================================
Please access the attached hyperlink for an important electronic communications disclaimer:
http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html
===============================================================================
Received on 2011-01-26 16:31:16 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.