Skip to content

Commit eff189d

Browse files
Update consistency-levels.md
1 parent bcf6ae1 commit eff189d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/cosmos-db/consistency-levels.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Clients outside of the session performing writes will see the following guarante
9090

9191
- Consistency for clients in same region for an account with single write region = [Consistent Prefix](#consistent-prefix-consistency)
9292
- Consistency for clients in different regions for an account with single write region = [Consistent Prefix](#consistent-prefix-consistency)
93-
- (#consistent-prefix-consistency)Consistency for clients writing to a single region for an account with multiple write regions = [Consistent Prefix](#consistent-prefix-consistency)
93+
- Consistency for clients writing to a single region for an account with multiple write regions = [Consistent Prefix](#consistent-prefix-consistency)
9494
- Consistency for clients writing to multiple regions for an account with multiple write regions = [Eventual](#eventual-consistency)
9595
- Consistency for clients using the [Azure Cosmos DB integrated cache](integrated-cache.md) = [Eventual](#eventual-consistency)
9696

@@ -118,6 +118,7 @@ The following graphic illustrates the consistency prefix consistency with musica
118118
### Eventual consistency
119119

120120
In eventual consistency, there's no ordering guarantee for reads. In the absence of any further writes, the replicas eventually converge.
121+
121122
Eventual consistency is the weakest form of consistency because a client may read the values that are older than the ones it had read before. Eventual consistency is ideal where the application does not require any ordering guarantees. Examples include count of Retweets, Likes, or non-threaded comments. The following graphic illustrates the eventual consistency with musical notes.
122123

123124
:::image type="content" source="media/consistency-levels/eventual-consistency.gif" alt-text="viIllustration of eventual consistency":::

0 commit comments

Comments
 (0)