MySQL Forums
Forum List  »  Partitioning

Re: After partition also select is scanning all the partitions - need help
Posted by: Rick James
Date: September 16, 2010 08:51PM

All the rows in the partition have the same date (Date='2010-09-10') and you have not given any further restrictions, so the SELECT will scan (and deliver) all the rows in that partition.

partitions: PART_20100910000000
Says that it will scan only the one partition

This cannot be trusted as much:
rows: 5379

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: After partition also select is scanning all the partitions - need help
1883
September 16, 2010 08:51PM


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.