NTFS Performance with Numerous Long FilenamesLast reviewed: May 25, 1995Article ID: Q130694 |
The information in this article applies to:
SYMPTOMSWindows NT takes a long time to perform directory operations on Windows NT file system (NTFS) formatted drives that contain a large number of files with long file names (names that do not conform to the 8.3 convention) in a single directory.
CAUSEWhen you save a file with a long file name to an NTFS drive, NTFS creates, by default, a second file directory entry with a short file name conforming to the 8.3 convention. When NTFS enumerates files in a directory, it has to look up the 8.3 names associated with the long file names. Because an NTFS directory is maintained in a sorted state, corresponding long file names and 8.3 names are generally not next to one another in the directory listing. So, NTFS uses a linear search of the directory for every file present. As a result, the amount of time required to perform a directory listing increases with the square of the number of files in the directory. For small numbers of files (less than a few hundred) the time delay is negligible. But as the number of files in a directory increases to several thousand, the time required to perform a listing can increase to minutes, hours, or even days. The problem is aggravated if the long file names are very similar -- differing only in the last few characters.
WORKAROUNDTo work around this problem in Windows NT 3.1, avoid having large numbers of files with long file names in a single directory. To work around this problem in Windows NT 3.5, turn off NTFS automatic 8.3 name generation using the Registry Editor: WARNING: Using Registry Editor incorrectly can cause serious, system-wide problems that may require you to reinstall Windows NT to correct them. Microsoft cannot guarantee that any problems resulting from the use of Registry Editor can be solved. Use this tool at your own risk.
NOTE: Files that already have long file names and short file names are not be affected by this change.
STATUSMicrosoft has confirmed this to be a problem in Windows NT version 3.5. A fix to this problem is in development, but has not been regression-tested and may be destabilizing in production environments. Microsoft does not recommend implementing this fix at this time. Contact Microsoft Product Support Services for more information on the availability of this fix.
|
KBCategory: kbother kbbug3.50
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |