Skip to content

Commit

Permalink
v6.2: add TiKV minimal version limit (#9680)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomShawn committed Aug 2, 2022
1 parent 289d09f commit ea8f31b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tidb-limitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,7 @@ This document describes the common usage limitations of TiDB, including the maxi
| Type | Upper limit |
|:----------|:----------|
| The maximum number of SQL statements in a single transaction | When the optimistic transaction is used and the transaction retry is enabled, the default upper limit is 5000, which can be modified using [`stmt-count-limit`](/tidb-configuration-file.md#stmt-count-limit). |

## Limitations on TiKV version

In your cluster, if the version of the TiDB component is v6.2.0 or later, the version of TiKV must be v6.2.0 or later.

0 comments on commit ea8f31b

Please sign in to comment.