Skip to content

Commit c99068a

Browse files
authored
Apply suggestion from @JillGrant615
1 parent 9d50cf9 commit c99068a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

learn-pr/wwl-data-ai/optimize-query-performance-azure-cosmos-db/includes/6-choose-consistency-levels-performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ When the application uses the session token from the write operation, the subseq
117117

118118
## Understand consistency and RU consumption
119119

120-
Consistency level directly affects RU consumption for read operations. Strong and bounded staleness consistency require reading from two replicas (minority quorum) to ensure consistency guarantees. Session, consistent prefix, and eventual consistency read from a single replica.
120+
Consistency level directly affects RU consumption for read operations. Strong and bounded staleness consistency requires reading from two replicas (minority quorum) to ensure consistency guarantees. Session, consistent prefix, and eventual consistency read from a single replica.
121121

122122
| Consistency level | Replicas read | Relative RU cost |
123123
|-------------------|---------------|------------------|

0 commit comments

Comments
 (0)