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
From what I see, the issue described is a solution. The default value for max_allowed_packet is 64M, yet you're describing storage of 40M, which seems to have some gap. Additionally, is the oversized transaction mentioned in the issue something encountered in a real-world scenario?
Storing attachments in a database is not a good practice. It is recommended to use object storage instead. The database stores the address of the storage location.
数据库保存附件不是一个好的实践,建议自己走对象存储。数据库存储地址
Ⅰ. Issue Description
Packet for query is too large (83,886,137 > 67,108,864). You can change this value on the server by setting the 'max_allowed_packet' variable.
Ⅱ. Describe what happened
If there is an exception, please attach the exception trace:
Ⅲ. Describe what you expected to happen
Ⅳ. How to reproduce it (as minimally and precisely as possible)
Minimal yet complete reproducer code (or URL to code):
Ⅴ. Anything else we need to know?
Ⅵ. Environment:
java -version
):uname -a
):The text was updated successfully, but these errors were encountered: