Part 10 · Distributed SearchChapter 32

Replicas

Sharding splits data. Replication copies it. They solve different problems and cost differently.

The question
What survives a node failure?
The structure responsible
Shard copies

In this lab: Kill nodes with and without replicas and compare what the cluster can still answer.

building the index…