Does view change table_plan for select stmts. on base table [message #215682] |
Tue, 23 January 2007 08:45 |
liegler.joerg
Messages: 1 Registered: January 2007
|
Junior Member |
|
|
I have a base table "person". I have a select statement that executes in 7 steps with 700 cost points.
Later i built a view and executed the same select statement on the base table. Now the table_plan says it takes 9 steps with 10010 cost points.
Question is: Does a view alter the execution plan for all select statements on the base table? Why?
|
|
|
|
|