Option
|
Description
|
SQL Engine Plan
|
Reports the query plan with the following details:
• Query string
• Parsed Query—Query Parse tree
• Validated Query—A query parse tree where each table and column reference is identified by table number and column number
• Join Order
• Execution Plan and Query Index condition
• Query Result Specification—Column name, data type
• Block Join expression details
|
SQL Engine Calls by IP
|
Reports the Condition list returned by the following options:
• dam_getOptimalIndexAndConditions
• dam_getRestrictionList
• dam_getSetOfConditionLists
• dam_getSetOfConditionListsEx
• damex_getSetOfConditionLists
This option also reports how condition lists are modified to handle block join mode.
|
|
Reports on how the IP is building results using the following options:
• dam_allocRow
• dam_addValToRow
• dam_isTargetRow
• dam_addRowToTable
• dam_allocRowSet
• dam_addRowToRowSet
• dam_addJoinRowSet
|