MySQL Forums
Forum List  »  Partitioning

Re: Weird: explain partitions says a single row belong to two partitions...
Posted by: Robert Freeland
Date: September 15, 2008 01:52PM

We've seen some odd situations like that too w/ a table partitioned by month. It seems like queries involving datetime stamps near the borders target both partitions, rather than just the one you'd expect. Maybe it's due to some kind of fuzzy math / rounding error on the partition pruning algorithm?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Weird: explain partitions says a single row belong to two partitions...
2640
September 15, 2008 01:52PM


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.