You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MEDIUMBLOB type is similar to the BLOB type. The difference is that the maximum column length of MEDIUMBLOB is 16,777,215.
The LONGBLOB type is similar to the BLOB type. The difference is that the maximum column length of LONGBLOB is 4,294,967,295.
How would you like to improve it?
According to the TiDB Limitations, The limitation of size on a single column/row is 6MB. But the maximum lengths of medium/long text/blob are over 6MB a lot which are 16MB and 4GB.
The text was updated successfully, but these errors were encountered:
Error Report
This repository is ONLY used to solve issues related to DOCS.
For other issues (related to TiDB, PD, etc), please move to other repositories.
Please answer the following questions before submitting your issue. Thanks!
https://docs.pingcap.com/tidb/stable/data-type-string#longblob-type
According to the TiDB Limitations, The limitation of size on a single column/row is 6MB. But the maximum lengths of medium/long text/blob are over 6MB a lot which are 16MB and 4GB.
The text was updated successfully, but these errors were encountered: