Distributed

What is "Shared-Nothing" architecture?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

It's an architecture in which data is and retrieved from a single, non-shared, source usually exclusively connected to one node as opposed to architectures where the request can get to one of many nodes and the data will be retrieved from one shared location (storage, memory, ...).