MySQL vs MS SQL Server clustering
I've reviewed the custering whitepaper for MySQL and I need to be able to compare it to Microsoft. So I have a few questions.
It looks like the MySQL model puts all the data on a SAN and uses each database node to access it transparantly. This seems to imply that an end user can get access to the data through any server node. This is different from MS in that for SQL Server database access must always happen through the same server instance. So for any database, all connections must go through the same server. The MySQL model seems better since you can load balance connections across multiple servers. Also because of this architecture, with MySQL, all nodes in the cluster can be active, whereas in MS, you need to keep a node in reserve to fail over to in case of a problem.
Is all this correct or am I mistaken?
Also, what is the maximum number of nodes allowed in a MySQL cluster?
Thanks,
Bob Castleman
SuccessWare Software
Robert Castleman
SuccessWare Software
Edited 1 time(s). Last edit at 01/03/2006 10:50AM by Robert Castleman.
Subject
Views
Written By
Posted
MySQL vs MS SQL Server clustering
3867
January 03, 2006 10:49AM
2137
January 03, 2006 10:59AM
2214
January 03, 2006 12:35PM
1927
January 03, 2006 02:23PM
1765
January 03, 2006 03:05PM
2074
January 08, 2006 07:09PM
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.