This section lists some general strategies for disk layout that do not require any information about the characteristics of a particular database:
A disk that is already partitioned might require the use of offsets. For details, see Allocating Raw Disk Space on UNIX.
You specify mirroring at the dbspace level. Mirroring is either on or off for all chunks belonging to a dbspace. Locate the primary and the mirrored dbspaces on different disks. Ideally, different controllers handle the different disks.
To define several dbspaces for temporary tables and sort files, use onspaces -t. When you place these dbspaces on different disks and list them in the DBSPACETEMP configuration parameter, you can spread the I/O associated with temporary tables and sort files across multiple disks. For information on using the DBSPACETEMP configuration parameter or environment variable, see the chapter on configuration parameters in the IBM Informix Administrator's Reference.
For advice on where to store your logs, see Specifying the Location of the Physical Log and Location of Logical-Log Files. Also see Moving a Logical-Log File to Another Dbspace and Changing the Physical-Log Location and Size.
For additional performance recommendations, see the IBM Informix Backup and Restore Guide.