Comment by toasterlovin
7 months ago
Multi-tenancy causes performance issues that simply don't exist if each customer's data is in it's own database.
7 months ago
Multi-tenancy causes performance issues that simply don't exist if each customer's data is in it's own database.
Yeah really depends on the volume of the data and how sensitive the workload is to a few milliseconds. For a lot of business use cases, it's totally worth it to maintain just one database.