Skip to content

Commit 717e1a4

Browse files
authored
stale read: update the description of tidb_external_ts (#20667)
1 parent 1b43ba1 commit 717e1a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: stale-read.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ TiDB provides the methods of performing Stale Read at the statement level, the s
3535
- Session level
3636
- Specifying a time range: In a session, if you need TiDB to read the data as new as possible within a time range in subsequent queries without violating the isolation level, you can specify the time range by setting the `tidb_read_staleness` system variable. For detailed usage, refer to [`tidb_read_staleness`](/tidb-read-staleness.md).
3737

38-
Besides, TiDB provides a way to specify an exact point in time by setting the [`tidb_external_ts`](/system-variables.md#tidb_external_ts-new-in-v640) system variable on session or global level. For detailed usage, refer to [Perform Stale Read Using `tidb_external_ts`](/tidb-external-ts.md).
38+
Besides, TiDB provides a way to specify an exact point in time at the session or global level by setting the [`tidb_external_ts`](/system-variables.md#tidb_external_ts-new-in-v640) and [`tidb_enable_external_ts_read`](/system-variables.md#tidb_enable_external_ts_read-new-in-v640) system variables. For detailed usage, refer to [Perform Stale Read Using `tidb_external_ts`](/tidb-external-ts.md).
3939

4040
### Reduce Stale Read latency
4141

0 commit comments

Comments
 (0)