HUBDB call limits

@DM2 happy to help clarify the limits:

  • 10 calls to the hubdb_table_rows HubL function per CMS page.

Does this mean I can only call 10 rows per page?

No - it means that you can only make 10 calls to the hubDB row function per page, your module has 1 call.

If I’m using a custom module which I will insert in to a normal page will I only be able to use that module on 10 different pages?

Dynamic pages are pages that are created based on the HubDB data dynamically, they aren’t typical pages created in the content editor.

If you use your custom module on multiple pages, it is not impacted by this limit.

You can only have 10 dynamic pages that generate based on the same HubDB table - since you’re manually adding your module to normal pages, there’s no need to worry about this limit.