MySQL Forums
Forum List  »  Partitioning

Re: Partition by Date Column
Posted by: Jake Peavy
Date: September 04, 2006 09:56PM

Edwin DeSouza Wrote:
-------------------------------------------------------
> Partition by Date Column:
>
> One of the most common usage of Partitioning is to
> partition
> by Date:
> - per Year, or
> - per Month, or
> - per Week, or
> - per Day.
>
> This blog entry shows how to handle this
> requirement using
> MySQL 5.1.
>
> http://mikaelronstrom.blogspot.com/2006/07/partiti
> on-by-date-column_115211159472825345.html


Does this mean that the functions QUARTER(), MONTH() or WEEK() (for instance) cannot be utilized by the partition optimizer? They do return integer values, but they weren't mentioned in either the blog post or your new partitioning article.

TIA,
-jp

Options: ReplyQuote


Subject
Views
Written By
Posted
17484
July 05, 2006 10:23AM
5792
July 24, 2006 09:01AM
Re: Partition by Date Column
5189
September 04, 2006 09:56PM
4537
September 05, 2006 05:07PM
6046
September 06, 2006 01:34AM
4091
October 03, 2006 12:06PM
5118
October 03, 2006 09:04PM
3976
October 25, 2006 08:45AM
3894
October 26, 2006 11:24PM
3765
January 28, 2009 02:08AM
3804
March 19, 2009 01:35AM
3583
April 06, 2009 08:15AM


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.