Creating appropriate table spaces and mapping tables to them can have a significant effect on DB2 performance.
DB2 relational tables are created in table spaces. A table space is a storage model that provides a level of indirection between a database and the tables that are stored within the database.
Table spaces map the logical tables to the physical devices. Using table spaces to optimize the mapping of data onto devices can significantly improve performance, and can result in a more flexible configuration and increased integrity.
When you design storage architecture for DB2 OLAP Server on UNIX and Windows NT servers, follow these guidelines:
The rsm.cfg configuration file has two parameters that let you control how DB2 OLAP Server uses table spaces on Windows NT and UNIX :
TABLESPACE=IN TSMAIN INDEX IN TSMAINI
FACTS=IN TSFACT INDEX IN TSFACT1
See the DB2 Administration Guide for more information about designing, creating, and managing table spaces.