Slide 21
Slide 21 text
Copyright Shopify 2018
RAID and ElasticSearch
● Redundant Array of Independent Disks (RAID) is a way of configuring disk
drives
● Distributed databases use a similar strategy to store multiple copies
● ElasticSearch is one example that we use. It stores documents in multiple nodes,
somewhat like block-level striping in RAID-5
● When one node (disk) fails, nothing is lost, but the entire cluster (drive) has
slower performance while it rebalances