MySQL Forums
Forum List  »  Partitioning

Re: What's the best way to implement table partitioning in Mysql
Posted by: Mikael Ronström
Date: April 07, 2005 11:52AM

David Ma wrote:
Hi,
As Alan mentioned MERGE tables exist in the current version.
There is work ongoing that has implemented range partitioning a la
Oracle, will most likely be available in MySQL 5.1. Hopefully it will be
possible to do source downloads of 5.1 in a not too distant future.

Parallel scans is part of a later work package following up on partitioning
to also implement parallel execution inside queries in MySQL.

Some limited parallel scan facilities have recently been introduced in MySQL Cluster
through pushing down conditions into the NDB handler.

Rgrds Mikael

> What's the best way to implement table
> partitioning in Mysql?
> I'm wondering if mysql can do range-partition like
> oracle does? Thanks
>
> David

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: What's the best way to implement table partitioning in Mysql
3481
April 07, 2005 11:52AM


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.