Solutions for a Multi-Tenant Platform using Django with Postgresql

329 Views Asked by At

I am Developing an eCommerce platform with Django. Currently studying the ways to implement Multi-Tenancy "Multi Stores for each Merchant". The approaches I have encountered put me into a difficult position as the solutions are different and Each with its cons and pros. I have found that Multi-tenancy-schemas, Containers and the implementation of a TenantID into all tables works for my case. My only concern is performance.

I know that the Containers Approach (One App containers + Multi Database Containers) requires a lot of processing power.

What about the Multi-tenancy-schemas vs TenantID ? Thanks

0

There are 0 best solutions below