Skip to content

Commit 35cde8c

Browse files
authored
Merge pull request #122137 from artemious7/patch-6
Remove a duplicate note about the cost of Local Minority and clarify it
2 parents a57a6c7 + 346415b commit 35cde8c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

articles/cosmos-db/consistency-levels.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,7 @@ The exact RTT latency is a function of speed-of-light distance and the Azure net
177177
|**Eventual**|Single Replica|Local Majority|
178178

179179
> [!NOTE]
180-
> The RU/s performance cost of reads for Local Minority reads are twice that of weaker consistency levels because reads are made from two replicas to provide consistency guarantees for Strong and Bounded Staleness.
181-
182-
> [!NOTE]
183-
> The RU/s performance cost of reads for the strong and bounded staleness consistency levels consume approximately two times more RUs while performing read operations when compared to that of other relaxed consistency levels.
180+
> The RUs cost of reads for Local Minority reads is twice that of weaker consistency levels because reads are made from two replicas to provide consistency guarantees for the Strong and Bounded Staleness consistency levels.
184181
185182
## <a id="rto"></a>Consistency levels and data durability
186183

0 commit comments

Comments
 (0)