How do you design a multi-tenant system without overengineering?

Posted by dnosoz 9 hours ago

Counter2Comment0OpenOriginal

I’m building a SaaS with multiple tenants and struggling to find the right balance between:

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??

Comments

Comment by canu21 4 hours ago

[dead]