Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update TiDB 6MB limit #5676

Merged
merged 9 commits into from
Jun 1, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
  • Loading branch information
Liuxiaozhen12 and TomShawn authored May 21, 2021
commit 07f5d14d769e8e2f8d7926ac372981c53a3b4ca2
4 changes: 2 additions & 2 deletions error-codes.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ TiDB is compatible with the error codes in MySQL, and in most cases returns the

* Error Number: 8025

The single Key-Value pair being written is too large. The largest single Key-Value pair supported in TiDB by default is 6 MB.
The single Key-Value pair being written is too large. The largest single Key-Value pair supported in TiDB is 6 MB by default.

If a pair exceeds this limit, you need to properly adjust the configuration items in [`txn-entry-size-limit`](/tidb-configuration-file.md#txn-entry-size-limit-new-in-v50) to ease the restrictions.
If a pair exceeds this limit, you need to properly adjust the [`txn-entry-size-limit`](/tidb-configuration-file.md#txn-entry-size-limit-new-in-v50) configuration item to relax the limit.
TomShawn marked this conversation as resolved.
Show resolved Hide resolved

* Error Number: 8026

Expand Down