SQL/MP Query Guide
Analyzing Query Performance
HP NonStop SQL/MP Query Guide—524488-003
6-30
Noncorrelated Subquery
The total cost for the query is 2.
Example 6-17. EXPLAIN Plan for Noncorrelated Subquery
 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
 Query plan 1
 SQL request : Select
 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
 ---------------------------------------------------------------------------
 Plan step 1
 ---------------------------------------------------------------------------
 Operation 1.0 : Scan
 Table : \SQL1.$DATA7.REG1.ORD1
 with correlation name ORDONE
 Access type : Record locks, stable access
 Lock mode : Chosen by the system
 Column processing : Requires retrieval of 1 out of 2 columns
 Access path 1 : Primary
 SBB for reads : Virtual
 Begin key pred. : None
 End key pred. : None
 Index selectivity : Expect to examine 100% of rows from table
 Index pred. : None
 Base table pred. : Will be evaluated by the disk process
 A = B .. result of plan step 2
 Pred. selectivity : Expect to select 50% of rows from table
 Executor pred. : None
 Table selectivity : Expect to select 50% of rows from table
 Expected row count: 1 row after the scan
 Operation cost : 1
 --------------------------------------------------------------------------
 Plan step 2
 Characteristic : Executes once before plan step 1
 ---------------------------------------------------------------------------
 Operation 2.0 : Scan
 Table : \SQL1.$DATA7.REG1.ORD2
 with correlation name ORDTWO
 Access type : Record locks, stable access
 Lock mode : Chosen by the system
 Column processing : Requires retrieval of 1 out of 2 columns
 Access path 1 : Primary
 SBB for reads : Virtual
 Begin key pred. : None
 End key pred. : None
 Index selectivity : Expect to examine 100% of rows from table
 Index pred. : None
 Base table pred. : None
 Executor pred. : None
 Table selectivity : Expect to select 100% of rows from table
 Expected row count: 1 row after the scan
 Operation cost : 1
 Total cost : 2










