This section provides an overview of how to enable intra-partition parallelism for the following utilities:
Inter-partition parallelism for utilities occurs automatically based on the number of database partitions.
The Load utility automatically makes use of parallelism, or you can use the following parameters on the LOAD command:
Refer to the Data Movement Utilities Guide and Reference for information on the LOAD command.
You can enable multiple split processes for the AutoLoader by specifying the MODIFIED BY ANYORDER parameter for the LOAD specification in the autoloader.cfg file. Refer to Administration Guide, Performance for more information on this LOAD specification and the configuration file.
To enable parallelism when creating an index:
Refer to the SQL Reference for information on the CREATE INDEX statement.
To enable I/O parallelism when backing up a database or table space:
Also, use a backup buffer size that is:
Refer to the Command Reference for information on the BACKUP DATABASE command.
To enable I/O parallelism when restoring a database or table space:
Also, use a restore buffer size that is:
Refer to the Command Reference for information on the RESTORE DATABASE command.