-
Notifications
You must be signed in to change notification settings - Fork 281
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
[Feature Request]: blob支持最大存储67,108,864字节(64MB)数据 #20677
Comments
目前前线有一些项目需要保存非结构化数据,建议这个feature 能够在2.0.2 版本提供。 |
This function has been implemented, please verify and test it @aressu1985 @yangj1211 @allengaoo @sukki37 |
2.0-dev commit:06354304c7daa5e4c104c84292559f431eaad942
mysql:验证max_allowed_packet也是64M,但是select blob和lenth都返回NULL值,没有报错
3.insert 大于64M的文件(99M),insert报错,符合预期
4.insert 9.7M音频文件,select查询返回值
5.插入10300行9.7M blob数据,select 300行显示符合预期
|
#20800 已解决,test done |
Is there an existing issue for the same feature request?
Is your feature request related to a problem?
目前,MO 中的 BLOB 类型最大支持存储 64 KB 的数据,不足以处理较大的文件。 https://github.com/matrixorigin/matrixone/issues/20666
Describe the feature you'd like
更改为blob最大支持存储 67,108,864 字节(即 64 MB)的数据。
Describe implementation you've considered
No response
Documentation, Adoption, Use Case, Migration Strategy
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: