Purpose
If you have not already set up your Informix database for live production, you can optimize your installation so that future problems can be avoided. You need to decide on the size of your dbspaces and their distribution.
Prerequisites
Be sure to talk to your hardware partner and SAP about your plans for the database. They should have used the SAP Configuration Tool to estimate how much disk space your system needs and in which dbspaces. In general, it is better to have many small disk drives than a few large ones, because this helps spread the load, so reducing potential I/O bottlenecks and improving performance.
You can also use the SAP service "GoingLive" for help with your implementation. Refer to
GoingLive and EarlyWatch.
Process Flow
· Wait and see how your system grows. When you have a better picture of the way individual dbspaces are growing, you can decide which dbspaces can best use the spare disk space. This is the safest option.
· Assign spare disk space to the dbspaces that tend on average to grow rapidly in R/3 Systems, that is,
PSAPCLU , PSAPBTAB , PSAPSTAB , PSAPPOOL , PSAPPROT .
Your system might not conform to the average profile. Therefore, routinely monitor all dbspaces, before deciding which ones to allocate spare disk space to.
· Limit disk-head movement
· Reduce disk contention
· Balance the I/O load across available disks
· Mirror the critical dbspaces (
· Place the critical dbspaces – that is,
ROOTDBS , PHYSDBS , and LOGDBS – on fast disk drives as they are very heavily accessed. If possible, use separate physical disks.· Place the high-load dbspaces
PSAPBTAB , PSAPCLU , and PSAPSTAB on separate disks to reduce disk I/O contention and use faster disk drives if available.· Place the low-load dbspaces –
PSAPSOURCE , PSAPDDIC , PSAPDOCU , PSAPESxxx , PSAPELxxx , and, to a certain extent, PSAPLOAD – on slower disk drives and distribute them evenly to avoid a "cold" disk (that is, one with few accesses).· Place the critical dbspaces (
ROOTDBS , PHYSDBS , and LOGDBS ) near the center of the disk to reduce disk-head movement. Use the same approach with the high-load R/3 dbspaces ( PSAPBTAB , PSAPCLU , and PSAPSTAB ).· Place the low-load R/3 dbspaces (
PSAPSOURCE , PSAPDDIC , PSAPDOCU , PSAPESxxx , PSAPELxxx and, to a certain extent, PSAPLOAD ) towards the edge of your disks.Result
Monitor the dbspaces in your system closely after you go live. Refer to
Database Growth Monitoring.