MySQL Forums
Forum List  »  Partitioning

Re: Auto Partitioning using unix time
Posted by: Jason Lewis
Date: March 09, 2006 02:51AM

Mikael Ronstrom wrote:
> To use the partition function PARTITION BY
> RANGE/LIST (TO_DAYS(a_date_field))
> will have a very good effect on the optimizer
> since it will then know that it can apply
> range optimisations.
>

Does the "date_field" have to be a mysql defined date data type?

Options: ReplyQuote


Subject
Views
Written By
Posted
7704
January 17, 2006 03:14PM
3562
January 30, 2006 07:09AM
3049
January 31, 2006 08:06AM
2773
February 10, 2006 11:22PM
Re: Auto Partitioning using unix time
3346
March 09, 2006 02:51AM
2859
March 07, 2006 08:00AM


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.