Skip to content

Commit

Permalink
Update tidb-limitations.md
Browse files Browse the repository at this point in the history
Co-authored-by: Daniël van Eeden <[email protected]>
  • Loading branch information
D3Hunter and dveeden authored Oct 12, 2024
1 parent 83fbc9f commit d76f46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tidb-limitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ aliases: ['/docs/dev/tidb-limitations/']

This document describes the common usage limitations of TiDB, including the maximum identifier length and the maximum number of supported databases, tables, indexes, partitioned tables, and sequences.

Note: TiDB is highly compatible with the MySQL protocol, and also compatible with many limitations of MySQL, such as a maximum of 16 columns is permitted for multicolumn indexes, for more information, see [MySQL Compatibility](/mysql-compatibility.md) and offical doc of MySQL.
Note: TiDB is highly compatible with the MySQL protocol and syntax, and also compatible with many limitations of MySQL, such as a maximum of 16 columns is permitted for multicolumn indexes, for more information, see [MySQL Compatibility](/mysql-compatibility.md) and official documentation of MySQL.

## Limitations on identifier length

Expand Down

0 comments on commit d76f46b

Please sign in to comment.