MySQL Forums
Forum List  »  NDB clusters

Re: Table creation fails with - No more table metadata records (increase MaxNoOfTables)
Posted by: Mikael Ronström
Date: June 13, 2017 03:51AM

The problem you are hit by I gather is that each BLOB column requires a separate table and thus one table id. So if you can change some BLOB columns to a large VARCHAR instead, then you free up table ids.

We will also take in the requirements to be able to add more tables than
20320.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Table creation fails with - No more table metadata records (increase MaxNoOfTables)
672
June 13, 2017 03:51AM


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.