How do you design a multi-tenant system without overengineering?2 points·by dnosoz·قبل 3 أشهر·0 commentsI’m building a SaaS with multiple tenants and struggling to find the right balance between:isolation scalability simplicityOptions I’m considering:single DB, shared schema separate schemas per tenant fully isolated environmentsFor those who’ve done this in production, what approach worked best and why??2 commentsPost comment[+]ryo0512·قبل 3 أشهر[+]canu21·قبل 3 أشهر
isolation scalability simplicity
Options I’m considering:
single DB, shared schema separate schemas per tenant fully isolated environments
For those who’ve done this in production, what approach worked best and why??