MySQL Forums
Forum List  »  Partitioning

Re: timestamp, datetime as default value as current_timestamp [PARTITION]
Posted by: Mattias Jonsson
Date: September 05, 2012 12:36AM

> 3. the optimizer will use a fraction of the partitions (10 first up to now, that may be fixed in a later release) to estimate the index cardinalities.

This was changed in 5.5.23 as a fix for bug#13694811 (better use 5.5.26+).

It will now use a fraction (logarithmic proportional to the number of partitions) of the used partitions ordered by number of records in the partitions.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: timestamp, datetime as default value as current_timestamp [PARTITION]
1785
September 05, 2012 12:36AM


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.