An abstraction of a collection of containers into which database objects
are stored. A table space provides a level of indirection between a
database and the tables stored within the database. A table
space:
- Has space on media storage devices assigned to it.
- Has tables created within it. These tables will consume space in
the containers that belong to the table space. The data, index, long
field, and LOB portions of a table can be stored in the same table space, or
can be individually broken out into separate table spaces.
See also system managed space (SMS) table space, database managed space
(DMS) table space, long table space, regular table space, temporary table
space.