|
|
|
|
|
by spanktar
4089 days ago
|
|
By shared-nothing, we mean that no node is special, no node is indispensable. Unlike other popular NoSQL databases, we don't have different classes of nodes. The persistent data is distributed across the cluster, and nodes communicate amongst each other about which data are where. http://en.wikipedia.org/wiki/Shared_nothing_architecture |
|
So you can run in a sort-of-shared-nothing configuration, but its not recommended.