Strategic File Locations

Provide additional storage resources to improve file disk I/O.

Performance related to randomly accessed files can be improved by increasing the number of disk drives devoted to those files, and therefore, the number of operations per second performed against those files. Random files include those for the IQ store, the temporary store, the catalog store, programs (including the Sybase IQ executables, user and stored procedures, and applications), and operating system files.

Conversely, performance related to sequentially accessed files can be improved by locating these files on dedicated disk drives, thereby eliminating contention from other processes. Sequential files include the transaction log and message log files.

To avoid disk bottlenecks, follow these suggestions:

Place the transaction log on a separate device or partition from the database to avoid database file fragmentation when using the -m option to truncate the transaction log.

Related concepts
Raw I/O (on UNIX Operating Systems)
Sybase IQ and Disk Striping
Internal Striping