New table for every user?

后端 未结 4 420
失恋的感觉
失恋的感觉 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:49

    To give you a direct answer to your question: maintenance will lower your enthousiasm at the same rate that new users sign up for your site. Not sure what language / framework you are using for your web site, but in this stage it is best to look up some small examples in that. Our guess is that in every example that you'll find, every new user gets one record in a table, not a table in the database.

提交回复
热议问题