If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Shared-nothing architecture

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-18-06, 02:37
vk101 vk101 is offline
Registered User
 
Join Date: Mar 2006
Posts: 43
Shared-nothing architecture

The link http://dev.mysql.com/doc/refman/5.0/...-overview.html points to something saying that MySQL Cluster allows for a shared-nothing architecture.

"The shared-nothing architecture allows the system to work with very inexpensive hardware, and without any specific requirements on hardware or software. It also does not have any single point of failure because each component has its own memory and disk."

If it's a shared-nothing architecture and a node goes down, then isn't all the data that was on that node down as well? Isn't that like a single-point of failure, to be running with an inconsistent set of data because all the data on the downed node is unavailable?

Also, a question about shared-nothing architectures: If you cluster your data across several nodes, isn't that data considered shared? e.g. if you have a record on node 1, but a record on node 2 has a foreign key pointing to the record on node 1.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On