MySQL Forums
Forum List  »  Partitioning

Re: Partitioned Tables
Posted by: jsjensen
Date: March 16, 2005 10:18PM

Not in the dynamic fashion as Oracle does. You can employ the MySQL RAID option to stripe data across multiple ``table files.'' It is roughly equivalent to a hash partition on all columns.

You can not however use RAID and specify which row goes where, it round-robins (I think) into each file, and thus you can not thread your queries by partition.

Options: ReplyQuote


Subject
Views
Written By
Posted
3746
March 08, 2005 09:31AM
Re: Partitioned Tables
2924
March 16, 2005 10:18PM
2789
March 17, 2005 12:38AM
2460
April 06, 2005 03:06AM


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.