subst performance

2

1

Does substing a directory affects the performance creating/reading/updating many small files in the substed volume? (will use svn there) If yes, how serious is the "penalty"?

pihentagy

Posted 2010-04-30T15:32:41.793

Reputation: 135

Answers

1

subst uses native Win32 API DefineDosDevice(), which should not have any noticeable performance penalty.

user1686

Posted 2010-04-30T15:32:41.793

Reputation: 283 655

0

I use subst'd drives all the time, including with various version controls and builds and have never seen any degradation; I wouldn't worry about it.

SqlACID

Posted 2010-04-30T15:32:41.793

Reputation: 430