Skip to content

Commit

Permalink
fix: correct CHAR and BINARY maximum length from 256 to 255
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreoxmt authored and ti-chi-bot committed Jan 8, 2025
1 parent ee497dd commit 747b40b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tidb-limitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ You can adjust the size limit via the [`txn-entry-size-limit`](/tidb-configurati

| Type | Upper limit |
|:----------|:----------|
| CHAR | 256 characters |
| BINARY | 256 characters |
| CHAR | 255 characters |
| BINARY | 255 characters |
| VARBINARY | 65535 characters |
| VARCHAR | 16383 characters |
| TEXT | Defaults to 6 MiB and can be adjusted to 120 MiB |
Expand Down

0 comments on commit 747b40b

Please sign in to comment.