April 2017
Beginner to intermediate
360 pages
9h 35m
English
Cassandra solves this problem by simply removing the master instance from the picture. In Cassandra, when a piece of data is written, the write is sent to all of the nodes that should hold a copy of that data; no single node is authoritative. This neatly solves the availability problem: with no master instance, there is no single point of failure. If a node becomes unavailable, the data intended for it is still written to the other nodes that should store it; the application need not halt the writing of the data.
Read now
Unlock full access