Skip to content

MYSQL Vitess Error 2027 HY000 when inserting large blob data #644

Answered by orware
shincurry asked this question in Bug Reports
Discussion options

You must be logged in to vote

@shincurry,

The link you shared from our course primarily covers regular MySQL's capabilities, without our extra Vitess layer included which does add some restrictions / limitations.

While MySQL itself can support large LONGBLOB values, within the PlanetScale environment you will experience error messages such as the ones you encountered since the Vitess layer has a maximum message size set for the communication between MySQL + Vitess and this is also important for the overall scalability of a database in the future as it grows.

The recommendation to migrate these particular column values into object storage would be the best one I can share and with that data no longer needing to be pull…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@orware
Comment options

Comment options

You must be logged in to vote
1 reply
@orware
Comment options

Answer selected by shincurry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants