Timestamp bounded read-only transactions return stale data within a user-provided staleness bound, and can provide better performance than normal read-only transactions:
ReadIndex request can be avoided and reduce the network latency cost, especially in cross-region deployment.staleness, write-read conflict can be greatly reducedIssue: https://github.com/pingcap/tidb/issues/19817
Propoasl: Follower to serve local(stale) read (In Chinese)
SET TRANSACTION READ ONLY WITH ...EpochNotMatch error For decoupling Resolved TS, may include the following changes:
CmdObserver implementation of CdcObserver to resolved ts packageHi, @sunxiaoguang , Is anyone interested in #21522 and #21540?
Most helpful comment
For decoupling Resolved TS, may include the following changes:
CmdObserverimplementation ofCdcObservertoresolved tspackage