Tenant portability: Move tenants across tiers in a SaaS application : aws.amazon.com/blogs/architec… #aws #saas
3
0
2
89
0
@LushBinary @LushBinary interesting approach for managing multi-tenancy. curious about operational aspects - how's handling tenant data segregation?
@thegrowthcoder There are various ways to achieve it. Easiest is unique ID per tenant in same DB schema. Another could be separate schema per tenant and third is separate DB per tenant for premium tenants. How do you manage your current SaaS?