You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: