MySQL Forums
Forum List  »  Partitioning

Re: partioning question
Posted by: Rick James
Date: May 27, 2009 09:50AM

FEDERATION, not PARTITION, is how you can have a table in another server. I do not recommend it. Perhaps a partition (eg, p0) could be Federated to another server.

Replication is used for having the same data on multiple machines, for scaling of reads and/or for backup/failover.

Options: ReplyQuote


Subject
Views
Written By
Posted
5115
May 23, 2009 05:56AM
3111
May 24, 2009 09:29AM
3177
May 27, 2009 03:17AM
Re: partioning question
2992
May 27, 2009 09:50AM
2924
May 28, 2009 05:53AM
2525
May 29, 2009 12:36AM
3017
May 29, 2009 08:39AM
2964
May 29, 2009 10:49AM
2869
May 31, 2009 08:10AM
2973
May 31, 2009 12:11PM
3056
June 03, 2009 04:16AM
2975
June 03, 2009 11:20PM


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.