New table for every user?

后端 未结 4 449
失恋的感觉
失恋的感觉 2021-01-04 13:01

I want to crate new table for each new user on the web site and I assume that there will be many users, I am sure that search performance will be good, but what is with main

4条回答
  •  半阙折子戏
    2021-01-04 13:34

    Why would you possibly want to do this? Just have one table for each thing that needs a table, and add a "user" column. Having a bunch of tables vs a bunch of rows isn't going to make your performance better.

提交回复
热议问题