Rebuilding indexes during DEDB change

If the DEDB that is being changed has registered indexes that were created using the BMC Fast Path Indexer/EP product, you can request that any (or all) of these indexes be rebuilt simultaneously with the change function.

Specify the IX subcommand and associated keywords for the index to be rebuilt. For details about the IX subcommand, see the Fast Path Indexer/EP documentation Open link .

The example in the following figure requests that all indexes which are registered to the DEDB be rebuilt during the change process.

CHANGE DBD=
dbdname,IAREA=ALL,OAREA=ALL
  IX

The INDEX_THREADS keyword can be specified on the CHANGE command to specify the number of index threads to be used to rebuild indexes that are identified by an IX subcommand. The following figure requests that five threads be used for rebuilding all indexes registered to the source database during the change process.

CHANGE DBD=dbdname,IAREA=ALL,INDEX_THREADS=5
  IX

For more information about the INDEX_THREADS keyword, see the Fast Path Indexer/EP documentation Open link .


This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

Comments