Previous Topic: Changing the Location of an IndexNext Topic: Adding or Deleting Index Pointers


Changing Index Characteristics

Types of changes

You can change the following index-related characteristics:

What components are affected

The schema set definitions and data are affected. Subschema and access modules that reference the member record are also affected.

Steps to change index characteristics

To change index characteristics when data has been loaded:

  1. Add a new schema based on the original schema modifying the set characteristics
  2. Validate the schema
  3. Create a global subschema
  4. Rebuild the index using the MAINTAIN INDEX utility and the REBUILD option
  5. Complete the process by updating the original schema, regenerating affected subschemas, and altering affected access modules

Considerations