Table Partitions

Table partitioning can improve performance by dividing large tables into smaller, more manageable storage objects. Partitions share the same logical attributes of the parent table, but can be placed in separate dbspaces and managed individually.

Note: Table data is inaccessible if partitioned data exists in an offline dbspace. Ensure all dbspaces are online.
Related concepts
Manage Data Storage