CREATE INDEX processing is done by:
Because of the amount of processing involved, adding an index through the CREATE INDEX statement may not be appropriate for tables with a large number of rows. You may wish to use DBUTLTY's BACKUP function to unload the table's area and then use DBUTLTY's LOAD function to null load the area before executing the CREATE INDEX statement. After adding the new key definition by executing the CREATE INDEX statement, DBUTLTY's LOAD function can be used to reload the area.
Note: For information on using DBUTLTY, see the CA Datacom/DB DBUTLTY Reference Guide.
The sum of the lengths of all columns to be included in the index must be no more than 180.
|
Copyright © 2014 CA.
All rights reserved.
|
|