Limit of 1000 HubDB Tables

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?

Hi, @khookguy ,

Yes, we do have a cap of 1000 tables per portal.

Thank you for pointing out that this is not in the documentation. We have updated the documentation to reflect this cap.

Thanks again,

d

Hey! I was wondering what you found as a solution? Did you take this off hubspot or was there a workaround?
We have a very similar project with the same navigational requriements