Consistency Models

Home > Computer Science > Distributed Systems > Distributed Data Storage and Access > Consistency Models

A consistency model defines the guarantees made by a distributed system about how data is stored and accessed across multiple nodes. This includes discussions around eventual consistency, strong consistency, and other models.