MySQL Forums
Forum List  »  Partitioning

Re: Convert non-partitioned -> partitioned
Posted by: Jonathan Stephens
Date: August 21, 2006 10:08PM

Basically that's correct. For MyISAM tables, the behaviour's exactly as you've described.

NDB Cluster has automatic partitioning and InnoDB maintains its own tablespace, so partitioned tables created using those storage engines are structured somewhat differently on the filesystem level.

Jon Stephens
MySQL Documentation Team @ Oracle

MySQL Dev Zone
MySQL Server Documentation
Oracle

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Convert non-partitioned -> partitioned
2173
August 21, 2006 10:08PM


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.