My understanding is that EXPLAIN will generate an access plan with an *estimate* of the expected resource usage (along with the sequence of steps to do it).
How do I see/lookup/find the actual resource usage for a query?
I have the same quiery with 3 separate nested selects (1704 rows, 422 rows and 8 rows) that have the same timeron estimate.
Give me a break. There HAS to be more resouce usage for the 1704 query. I understand that EXPLAIN is an estimate....I want actuals.
How do I see/lookup/find the actual resource usage for a query?
I have the same quiery with 3 separate nested selects (1704 rows, 422 rows and 8 rows) that have the same timeron estimate.
Give me a break. There HAS to be more resouce usage for the 1704 query. I understand that EXPLAIN is an estimate....I want actuals.