Read-your-write consistency

Home > Computer Science > Distributed Systems > Data Consistency and Replication > Read-your-write consistency

This ensures that when a client writes data, it can immediately read the same data back. This is useful to ensure that the application is always reading the correct data as soon as it has been written.