|
-
Re: Re: Very slow INTERSECT under 9i - optimizer mistake?
Originally posted by Shestakov
Both subquery independently don't use any addition sorting.
Bot if u try to get intersection of the queries, Oracle has to execute addition step for each of them:
SORT UNIQUE
This is reason, why intersection more slowly, then two subqueries
separately.
Given the number of rows involved, i don't believe that this explains the differencein execution time.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|