MySQL Forums
Forum List  »  Partitioning

Re: partioning question
Posted by: Rick James
Date: May 24, 2009 09:29AM

p0, p1, etc, represent separate files containing portions of the data. Certain operations can act on individual partitions; eg, ALTER. You must have a PRIMARY KEY on your table, and (in for your example) it must include the field 'joined'.

If you have under, say, a million rows, partitioning does not buy much.

Options: ReplyQuote


Subject
Views
Written By
Posted
5115
May 23, 2009 05:56AM
Re: partioning question
3110
May 24, 2009 09:29AM
3177
May 27, 2009 03:17AM
2992
May 27, 2009 09:50AM
2924
May 28, 2009 05:53AM
2525
May 29, 2009 12:36AM
3017
May 29, 2009 08:39AM
2964
May 29, 2009 10:49AM
2869
May 31, 2009 08:10AM
2973
May 31, 2009 12:11PM
3056
June 03, 2009 04:16AM
2975
June 03, 2009 11:20PM


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.