MySQL Forums
Forum List  »  NDB clusters

Re: ndbcluster table can't support more than 51 text columns?
Posted by: Mikael Ronström
Date: December 17, 2018 05:30AM

The error message is a bit weird, but I presume that you hit the
14000 bytes row size limit. Each text column has a 256 byte part in the
original table. At the moment the 256 inline size is hard coded.
You will find it set in ha_ndbcluster.cc in the calls setInlineSize(256)
if you want to recompile NDB.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: ndbcluster table can't support more than 51 text columns?
567
December 17, 2018 05:30AM


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.