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

Re: Sharded FSFS repositories - summary

From: John Peacock <jpeacock_at_rowman.com>
Date: 2007-03-15 20:47:10 CET

Greg Hudson wrote:
> This is a little nitpicky, but if Explorer is taking a long time to
> display a directory, there's a good chance it is spending most of its
> time doing UI operations (composing widgets), not FS operations.

Nah, you are underestimating how stupid Explorer is. What takes such a
long time is that Explorer opens every single file in the directory,
trying to find an icon resource (since the files have no extensions,
Explorer can't cheat). I suspect that simply renaming the revs files
with an extension under Windows would speed up Explorer (though NTFS
will still suck).

Of course, knowing this, as a rule I never open large directories in
Explorer, but use a Command Prompt instead. It's still painfully slow
to get a directory here, because DIR insists on sorting the files
(rather than returning them in filesystem order).

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 15 20:47:19 2007

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

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