To alter a table space:
Related information
Optional: Specify a different buffer
pool name. The name must identify an active buffer pool.
Change the lock
size to be used within this table space.
Change the maximum
number of page or row locks that an application process can hold simultaneously
in the table space.
Optional: Type the maximum
number of rows that DB2 will consider placing on each data
page (MAXROWS). You can enter a value from
1 to 255, or accept the default of 255.
For
table spaces defined as large object table
spaces (LOB), the value of MAXROWS must
be
zero.
Select whether to change a maximum size for
each partition or dataset (DSSIZE).
This is only applicable for LOB table spaces.
Select whether to use the default CLOSE rule.
This is applicable only for partitioned table spaces. Select to
use selective partition locking (SPL) when locking a partitioned table space
(LOCKPART YES). Cannot be altered.
This is applicable only for LOB table spaces. Select the check box
to record Write changes to a LOB column in a LOB table space to the log. You cannot
use this if the auxiliary table in the
table
space stored a LOB column that is greater
than 1 gigabyte. For LOB table spaces,
recording
column changes to the log is the default.
Cannot be altered.
Select the check box to allow DB2 to choose where to locate data inserted by the INSERT statement in the
table space based on available space. This
is invalid for LOB table spaces.