We are using dynamic pages and HubDB to implement a 3-tiered navigation system from countries to regions to cities. There are about 3000 regions in total, so we need to set up a little more than 3000 HubDB tables to drive the navigation.
When creating these tables via the API, we hit a limit of 1000 tables. This is the error we are getting:
{“status”=>“error”, “message”=>“Only 1000 tables are allowed”, “correlationId”=>“576f4650-****”}
I don’t see any 1,000 table limit published anywhere. Does this only apply to Test Portal instances? Is it possible to get this limit raised or removed?