Ask HN: Multi-tenant vs. Multi-instance architecture What are the pros and cons? More interested to know about the multi-instance approach. Given a chance to decide, what all criteria you will use to evaluate them for a Saas product. |
Ask HN: Multi-tenant vs. Multi-instance architecture What are the pros and cons? More interested to know about the multi-instance approach. Given a chance to decide, what all criteria you will use to evaluate them for a Saas product. |
Multi-instance will require setting up new servers per client. Potentially increasing cognitive overhead of which servers are handling what. Definitely increasing costs, as each server will have idle CPU cycles that could have been used to serve up a smaller clients.