If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
The first determines the partitioning of the data in the table. It does not have to be partitioned by itself, I believe. The second is an index that is itself partitioned, possibly along a completely different partitioning criteria.
__________________
Knut Stolze
IBM DB2 Analytics Accelerator
IBM Germany Research & Development
In V9.7 table partitioning, indexes can be partitioned so there is not one global index across all the partitions. This speeds up detaching a partition, otherwise a global index would have to be updated for the rows that were detached.
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390