MySQL Forums
Forum List  »  Partitioning

Re: Modify primary key for partitioning
Posted by: Rick James
Date: August 18, 2012 09:39PM

There are many more aspects to the issue. Please provide
* SHOW CREATE TABLE
* How many rows in the table (eventually)
* Description of how rows are inserted (batched, LOAD, etc)
* Whether you DELETE rows, especially if you delete based on age.
* What the SELECTs look like.

See my Rules of Thumb about PARTITIONing, some distance down
http://mysql.rjweb.org/doc.php/ricksrots

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Modify primary key for partitioning
1735
August 18, 2012 09:39PM


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.