Extreme Sharding: One SQLite Database Per User

后端 未结 8 1351
终归单人心
终归单人心 2021-01-30 13:43

I\'m working on a web app that is somewhere between an email service and a social network. I feel it has the potential to grow really big in the future, so I\'m concerned about

8条回答
  •  春和景丽
    2021-01-30 14:07

    If you're creating a separate database for each user, it sounds like you're not setting up relationships... so why use a relational database at all?

提交回复
热议问题