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 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:
Keep random disk I/O away from sequential disk I/O.
Isolate IQ database I/O from I/O for proxy tables in other databases, such as Adaptive Server Enterprise.
Place the transaction log and message log on separate disks from the IQ Store, Catalog Store, and Temporary Store, and from any proxy databases such Adaptive Server Enterprise.
Place the database file, temporary dbspace, and transaction log file on the same physical machine as the database server.