MySQL Forums
Forum List  »  Partitioning

Re: What's the best way to implement table partitioning in Mysql
Posted by: Alan Walker
Date: February 28, 2005 06:23PM

The merge tables feature will let you break data into separate MyISAM files. However, you won't get parallel scans. One of my colleagues has about 4TB of data stored this way and it's used heavily every day.

Alan.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: What's the best way to implement table partitioning in Mysql
2986
February 28, 2005 06:23PM


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.