Table of Contents

Cassandra - Storage Layout

About

The data is automatically distributed by horizontal partition (sharding).

Request processing:

In a 3 replica node, if a request comes in for data, even if one of our replicas has gone down, the other two are still available to fulfill the request.

Data Storage Hierarchy