
consistency model
In computing, a consistency model defines the rules for how and when changes to data are visible across different systems or parts of a system. It ensures that everyone sees the same data at the right times, depending on the model's guarantees. For example, some models prioritize immediate updates, making sure all users see changes instantly, while others allow delays to improve performance. Consistency models help balance data accuracy, system efficiency, and user experience in distributed environments.