Keeping Your Informix rootdbs Lean and Clean
By Joe Lumbley, Informix Pro

When Informix is installed with default options, all of the elements of the database are placed in the initial dbspace, which is called the rootdbs. The Informix installation process generates the minimum configuration that works and does not attempt to optimize any database elements.

One problem with this default installation is that Informix places its logical log files and physical log files in the rootdbs. And one of the most common mistakes that rookie Informix DBAs make is to leave the logical and physical log files in the rootdbs—or even create entire databases there. For performance and maintainability reasons, those log files should really occupy their own dbspaces. This 10-Minute Solution shows you how to avoid this problem.



Informix's default installation places the logical and physical log files in the rootdbs. This can cause severe performance and maintenance issues for DBAs if not dealt with early on.



There are several things you need to do in order to keep your rootdbs lean and clean:

  1. Confirm the contents of rootdbs.
  2. Choose the right disk spaces for the log files.
  3. Place the logical and physical logs in their own dbspaces.
  4. Decide where to place user databases.
  
Next: Confirming the Contents of rootdbs


Introduction Placing Logical and Physical Logs in Their Own dbspaces
Confirming the Contents of rootdbs Moving User Databases Outside rootdbs


Return to Get Help with Informix Page

Return to Main Get Help Page
 


Find Out More
• "Tuning Informix Engine Parameters" by Mild Bill

DBA Survival Guide site by J.P. Lumbley & Associates

Informix online documentation site

TALK BACK
Whose responsibility is it to make sure that configuration errors do not happen? Should the designer handle these issues or should it be left to the onside DBA? Discuss it in the informix.general discussion group!
 


Sponsored Links