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

dict_value and list_value truncated at 64kiB on MySQL #5

Open
Qalthos opened this issue Dec 2, 2013 · 0 comments
Open

dict_value and list_value truncated at 64kiB on MySQL #5

Qalthos opened this issue Dec 2, 2013 · 0 comments

Comments

@Qalthos
Copy link
Member

Qalthos commented Dec 2, 2013

Under the hood of SQLAlchemy, PickleType is just LargeBlob, which under MySQL is mapped to BLOB. BLOB (in MYSQL) has a max size of 64kiB, rather than MEDIUM_BLOB or LONG_BLOB, which store larger amounts. In other words, it works, just not for very long.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant