DB2 Version 9.7 for Linux, UNIX, and Windows

Page, table and table space size

For DMS, temporary DMS and nontemporary automatic storage table spaces, the page size you choose for your database determines the upper limit for the table space size. For tables in SMS and temporary automatic storage table spaces, page size constrains the size of the tables themselves.

You can use a 4K, 8K, 16K or 32K page size limit. Each of these page sizes also has maximums for each of the table space types that you must adhere to.

Table 1 shows the table space size limits for DMS and nontemporary automatic storage table spaces, by page size:
Table 1. Size limits for DMS and nontemporary automatic storage table spaces. DMS and nontemporary automatic storage table spaces are constrained by page size.
Table space type 4K page size limit 8K page size limit 16K page size limit 32K page size limit
DMS and nontemporary automatic storage table spaces (regular) 64G 128G 256G 512G
DMS, temporary DMS and nontemporary automatic storage table spaces (large) 8192G 16 384G 32 768G 65 536G
Table 2 shows the table size limits tables in SMS and temporary automatic storage table spaces, by page size:
Table 2. Size limits for tables in SMS and temporary automatic storage table spaces. With tables in SMS and temporary automatic storage table spaces, it is the table objects themselves, not the table spaces that are constrained by page size.
Table space type 4K page size limit 8K page size limit 16K page size limit 32K page size limit
SMS 64G 128G 256G 512G
Temporary SMS, temporary automatic storage 8192G 16 384G 32 768G 65 536G
For database and index page size limits for the different types of table spaces, see the database manager page size-specific limits in SQL and XML limits.

To ensure that the maximum page size of your system temporary table space is large enough for your queries or positioned updates, see Ensuring system temporary table space page sizes meet requirements.