The documentation is pretty clear but I just want to confirm this. The maximum number of database objects, which includes databases, tables and indexes is 20320, and this is cluster wide.
So if I had five databases, each with 2033 tables, I'd be over the limit and this wouldn't run on my NDB cluster? (5 databases * (2033 tables + 2033 primary index) = 20330 objects)
So if I had five databases, each with 2033 tables, I'd be over the limit and this wouldn't run on my NDB cluster? (5 databases * (2033 tables + 2033 primary index) = 20330 objects)