" " Space management

There are a number of trade-offs to consider when determining which type of table space you should use to store your data.

Advantages of a system-managed space (SMS) table space:

Advantages of a database-managed space (DMS) table space:

In general, small personal databases are easiest to manage with SMS table spaces. On the other hand, for large, growing databases you will probably only want to use SMS table spaces for the temporary table spaces, and separate DMS table spaces, with multiple containers, for each table. In addition, long fields and indexes would be stored in their own table spaces.