MySQL Forums
Forum List  »  Performance

Partitioned table details in the Explain Plan
Posted by: Rathi Rao
Date: August 19, 2016 01:54AM

Hi,

I have a partitioned table. And the partition is based on the values 1 and 0. So, it's 2 partitions..

select * from farmer where partitionflag = 1

When I see the plan,

1 SIMPLE farmer ALL 102103 Using where

The 'type' column says, 'ALL'.. This is what I do not understand.. Is it okay? Since, it's partitioned, would there be anything in the plan that would indicate that the desired partition is accessed?

Also, is there a necessity to again create a index on it or that partitioning itself is enough?

Any explanation on this would be of great help..

Thanks in advance
Rathi

Options: ReplyQuote


Subject
Views
Written By
Posted
Partitioned table details in the Explain Plan
1317
August 19, 2016 01:54AM


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.