Re: wrong output generate while using partitions
Posted by:
Rick James
Date: December 17, 2014 11:27AM
> can you explain why index_merge is coming on partitioned table and not coming on non partitioned table?
No. Sounds like a bug in the code. A SELECT that touches multiple PARTITIONs has to gather results from the partitions and combine them. Perhaps in the case of index_merge, that "combining" occurs earlier -- during the index lookups.
> which require change in existing queries
5.7 will have a "Query Rewrite" feature that lets you do that without touching the code.
> create composite indexes
That is usually a better solution than depending on index_merge.
Subject
Views
Written By
Posted
3099
December 13, 2014 07:56AM
1745
December 14, 2014 10:33PM
1618
December 16, 2014 01:24AM
1710
December 16, 2014 02:32AM
1700
December 16, 2014 04:00AM
1551
December 16, 2014 04:28PM
1752
December 17, 2014 07:20AM
Re: wrong output generate while using partitions
1729
December 17, 2014 11:27AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.