MySQL Forums
Forum List  »  NDB clusters

Re: Changing the database schema "on-line"
Posted by: Mikael Ronström
Date: June 22, 2005 04:32PM

Hi,
CREATE TABLE and DROP TABLE can be done on-line, if you found anything in docs stating anything
contrary pls report this as a bug.

CREATE INDEX, DROP INDEX and ALTER TABLE will all be done but one should
not update the table from other MySQL Servers while performing this command.
In that sense it is not on-line. It is on-line in the sense that no specific action is needed
on the cluster to perform those actions.

Rgrds Mikael


Philippe Girolami wrote:
> Hello,
>
> I read in the cluster documentation that it is not
> possible to CREATE tables or indices when is a
> cluster "on-line" ?
>
> What is an "on-line" cluster ?
>
> What other schema-related things aren't possible ?
> ALTER, DROP, etc
>
> Thanks !

Mikael Ronstrom
Senior Software Architect, MySQL AB
My blog: http://mikaelronstrom.blogspot.com

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Changing the database schema "on-line"
1799
June 22, 2005 04:32PM


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.