Cost of creating a namespace

We want to achieve similar multi-tenancy using temporal namespace as mentioned in the below thread

However, it is not very clear, what is the cost that we pay in terms of creating a new namespace for isolation?

Does the same 100 workflow execution need more DB capacity when executing in one namespace vs executing in multiple namespaces?

Take a look at this forum thread, see if it answers some of your questions regarding namespaces.

Does the same 100 workflow execution need more DB capacity when executing in one namespace vs executing in multiple namespaces?

Temporal performance doesn’t depend on the number of namespaces. There are possible issues with running too many namespaces (1k+), but we just never tested such scenarios.

1 Like

Thanks for the prompt reply. I read this thread but it doesn’t answer the cost involved.

Thanks, @maxim this helps. We are looking into defining namespaces at an individual team level within our org. I don’t think we will ever run into the too many namespaces condition as you mentioned above.