Info Desk: How many types consistency models are there?
Mostly when you work with single Sql Server or monolithic application , there is a less worry about consistency model. Once you start working in distributed system you need to consider consistency models.
Data-Centric Consistency Models
- Strict Consistency model
- Sequential Consistency
- Linearizability
- Causal Consistency
- FIFO Consistency
- Weak consistency
- Release Consistency
- Entry Consistency
- Processor consistency
- General consistency
- Local consistency
- Cache consistency
Client-Centric Consistency Models
- Eventual Consistency
- Monotonic Reads Consistency
- Monotonic Writes
- Read Your Writes
- Writes Follow Reads