|
|
|
|
|
by JohnBooty
1534 days ago
|
|
I don't have Postgres/MySQL scaling experience beyond wrangling some largeish monoliths with < 100 databases. But, You can imagine problems restoring one
individual tenant's data to an otherwise
active database with many tenants
any cross-tenant primary keys
Why would multiple tenants share a database? Sharing a database server, yes, but sharing databases and mingling primary keys and such?That's such a recipe for disaster; giving each client their own database seems like the easiest win in the world. But I'm not intimate with Atlassian products. Maybe they have some products where that's not practical for some reason. |
|