What is the primary function of Secondary Index for IMS?
Secondary Index for IMS automatically builds and maintains secondary indexes for IMS DEDB databases. It uses the Index Extractor and Index Builder to create and rebuild indexes offline, minimizing application impact.
What are the main components of Secondary Index for IMS?
The core components are the Index Extractor, which reads the database and extracts index data; the Index Builder, which creates the index structures; and the Secondary Index Call Interceptor, which intercepts DL/I calls.
How does the Secondary Index Call Interceptor work?
The Secondary Index Call Interceptor intercepts DL/I calls from applications. It determines if secondary index processing is required based on the call parameters and the index definitions.
What configuration files are used by Secondary Index for IMS?
Configuration files define the index structure, source database, and processing parameters. These files are used by the Index Extractor and Index Builder to create and maintain the indexes.