Max Tables & Design Pattern

后端 未结 5 620
谎友^
谎友^ 2020-12-18 15:32

I am working on an app right now which has the potential to grow quite large. The whole application runs through a single domain, with customers being given sub-domains, wh

5条回答
  •  不知归路
    2020-12-18 16:18

    Multiple Databases.

    Different customers will have different needs, and it will allow you to serve them better.

    Furthermore, if a particular customer is hammering the database, you don't want that to negatively affect the site performance for all your other customers. If everything is on one database, you have no damage control mechanism.

提交回复
热议问题