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

Speed-up possiblities on NTFS

From: Daniel Gehriger <gehriger_at_linkcad.com>
Date: Tue, 26 Jan 2010 00:54:32 -0800 (PST)

Hi,

I am a happy long-term user of TSVN. Even so, I sometimes notice a slow-down when accessing a folder containing thousands of version controlled items in nested folders.

As I understand, a lot of time is spent searching files, checking their modification times and so on. The status cache is reducing that load somewhat, but it still seems to be the bottleneck (correct me if I'm wrong).

I wonder if using a technique similar to the one used by the "Search Everything" tool (http://www.voidtools.com/) could be used to provide a major speed improvement on NTFS. "Everything" uses the NTFS MFT to quickly (!) locate files based on some pattern, and returns their location and file attributes.

The author of "Everything" even provides an SDK, so one could quickly test it with TSVN. The source code is, as far as I can tell, in the public domain.

I don't have enough knowledge of TSVN to test this, but what do you think, could this worthwhile to pursue?

- Togo

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2442028

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-01-26 09:56:02 CET

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

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