Introduction to File-System Performance Guidelines

Accessing file data is one of the biggest bottlenecks to performance on any computer system. Most computers are capable of executing millions of instructions before the hard drive heads are even in position and ready to read a piece of data. As a result, it is imperative that you examine your application’s file-system interactions and do what you can to improve them.

Organization of This Document

This programming topic contains the following articles: