The most important factors in managing disk I/O for an IQ system are:
Having enough disk space for queries and loads
Using that disk space effectively, so that the fastest I/O is available to support the processing speed of high-powered, multi-CPU systems
The sp_iqstatus stored procedure indicates the percentage of space used in the IQ Main and Temporary Stores, so that you will know when you need to add more space.
Disk striping is an important means of using disk space effectively. Disk striping distributes data randomly across multiple disk drives. You can take advantage of disk striping capabilities in your operating system or disk management software and hardware, as well as Sybase IQ internal striping. Sybase IQ disk striping is enabled by default. To understand these disk management techniques, see “Balancing I/O” in Sybase IQ Performance and Tuning Guide.