MySQL Forums
Forum List  »  NDB clusters

Re: Got error 738 'Record too big' from NDB
Posted by: Magnus Blåudd
Date: February 09, 2022 09:36AM

Hi,

the tables exceeds the max "Row size" - which is 30000 bytes in NDB 8.0.

Remember that with utf8mb4 each character uses up to 4 bytes, that means columns with "varchar(4000)" is sized to have room for 4*4000 bytes in the database.

https://dev.mysql.com/doc/mysql-cluster-excerpt/8.0/en/mysql-cluster-limitations-database-objects.html



Best regards
Magnus

Options: ReplyQuote


Subject
Views
Written By
Posted
547
R P
February 09, 2022 09:06AM
Re: Got error 738 'Record too big' from NDB
531
February 09, 2022 09:36AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.