-
Notifications
You must be signed in to change notification settings - Fork 279
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
[Bug]: ERROR 20101 (HY000): internal error: Data too long for blob #20666
Comments
mysql中 BLOB 类型有四种,根据存储数据的最大大小不同: @allengaoo ,需要明确产品行为: |
I think we should make text and blob back to some bigger value. 64KB is probably too small. On the other hand, 1GB is stretching our limit -- we will not be able to allocate and will not be able to do any useful things. A more reasonable number is something like 8 - 64MB. I don't think we should go for 1GB -- user should use S3 object and datalink for that kind of stuff. |
bug 转 feature: #20677 |
This issue has been fixed, please verify and test it @yangj1211 @aressu1985 |
#20677 测试后没有这个问题,closed |
Is there an existing issue for the same bug?
Branch Name
main
Commit ID
newest
Other Environment Information
Actual Behavior
使用load_file()查看496k的二进制文件报错"data too long for blob"
Expected Behavior
No response
Steps to Reproduce
1、下载二进制文件:https://github.com/matrixorigin/matrixone/blob/main/test/distributed/resources/blob_file/blob2.mp3 2、执行查询语句: SELECT LOAD_FILE('/Users/admin/Downloads/fruit01/blob2.mp3');
Additional information
No response
The text was updated successfully, but these errors were encountered: