Access plan validation

An access plan is a control structure that describes the actions necessary to satisfy each query request. An access plan contains information about the data and how to extract it. For any query, whenever optimization occurs, the query optimizer develops an optimized plan of how to access the requested data. The information is kept in what is called a mini plan. The mini plan, along with the query definition template (QDT), is used to interface with the optimizer and make an access plan.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]