Re: Simply MySQL Partition on One Column (groupID)
Posted by:
Rick James
Date: August 21, 2012 08:44AM
Before embarking on the details of how to partition as you suggest, let's verify that there will be some benefit.
* What benefit do you think you will get?
* Let's see the SELECTs that might benefit from partitioning.
* How many groupIDs will there eventually be? (PARTITION has a hard limit of 1024 partitions, and a practical limit more like 20.)
* No handwaving, please provide SHOW CREATE TABLE.
Subject
Views
Written By
Posted
3210
August 20, 2012 07:43AM
Re: Simply MySQL Partition on One Column (groupID)
1759
August 21, 2012 08:44AM
1656
August 22, 2012 09:46AM
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.