Multi-tenant PHP SaaS - Separate DB's for each client, or group them?

后端 未结 3 2014
一生所求
一生所求 2020-12-23 18:54

You\'ll have to bear with me here for possibly getting some of the terminology slightly wrong as I wasn\'t even aware that this fell into the whole \'multi-tenant\' \'softwa

3条回答
  •  北海茫月
    2020-12-23 19:05

    Option 3 is the most scalable. While at first it may seem more complicated, it can be completely automated and will save you headaches on the future. You can also scale more efficiently by having client databases on multiple servers for increased performance.

提交回复
热议问题