Use the Change partition management window to alter properties for managing storage at the partition level. These steps are part of the larger task of altering a table space. When you complete the steps for changing partition management, return to the Alter Table Space window.
To change partition management:
This value should be an integer between 12
and 4194304, inclusive. Smaller or larger
values will use 12 or 4194304, respectively
.
If you want DB2 enabled to extend the data set for the index if necessary,
this value should be an integer between 12 and 131068, inclusive. If you
specify 0, DB2 cannot extend the data set. If you specify a Minimum
primary space and do not specify this value, then DB2
calculates a
default secondary space allocation. The default
is the larger of two values:
(1) 10 percent of the minimum primary space
allocation or (2) 3 times the
index page size, which is 3 * 4KB.
When more that one DB2 member has the index or partition open and at least one member has the index open for an UPDATE operations, updated pages are written to the group buffer pool.
Pages are cached in the group buffer when read in from DASD.
Important: These values are ignored and no pages are
cached if the
group buffer pool is defined for cross-invalidation
use only.