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

Support protocol packages larger than 16 MiB #47

Open
clue opened this issue Jun 15, 2018 · 0 comments
Open

Support protocol packages larger than 16 MiB #47

clue opened this issue Jun 15, 2018 · 0 comments

Comments

@clue
Copy link
Contributor

clue commented Jun 15, 2018

Currently, the protocol parser only supports protocol packets up to 2^24-1 bytes (16 MiB - 1 byte). For example, this means that all columns in a single row can not be bigger than 16 MiB. Having a larger number of rows with smaller rows each is already supported.

Implementation details can be found on https://mariadb.com/kb/en/library/0-packet/#packet-splitting.

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

No branches or pull requests

1 participant