Skip to content

Commit

Permalink
Fix typo in stale-read.md (#9988) (#9994)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot committed Aug 16, 2022
1 parent c939755 commit cc88507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stale-read.md
Expand Up @@ -7,7 +7,7 @@ summary: Learn about Stale Read and its usage scenarios.

This document describes the usage scenarios of Stale Read. Stale Read is a mechanism that TiDB applies to read historical versions of data stored in TiDB. Using this mechanism, you can read the corresponding historical data of a specific point in time or within a specified time range, and thus save the latency brought by data replication between storage nodes.

When you are using Steal Read, TiDB will randomly select a replica for data reading, which means that all replicas are available for data reading. If your application cannot tolerate reading non-real-time data, do not use Stale Read; otherwise, the data read from the replica might not be the latest data written into TiDB.
When you are using Stale Read, TiDB will randomly select a replica for data reading, which means that all replicas are available for data reading. If your application cannot tolerate reading non-real-time data, do not use Stale Read; otherwise, the data read from the replica might not be the latest data written into TiDB.

> **Note:**
>
Expand Down

0 comments on commit cc88507

Please sign in to comment.