Skip to content

dict_value and list_value truncated at 64kiB on MySQL #5

Description

@Qalthos

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions