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 maintenance??
It is MySQL which has no limit in number of tables.
Thanks a lot.
It would be best to create different tables for each entity. For example, you could create one for all users, one for all bills/purchases, and one for all products. You can connect the user table and billing table by a user ID.
A copy of an existing table can be created using a combination of the CREATE TABLE statement and the SELECT statement. The new table has the same column definitions. All columns or specific columns can be selected.
Main components of table are:1:Table number 2:Title 3:Head note 4:Stub head 5:Stub entries 6:Column heading 7:Body of the table 8:Footnote 9:Source. Was this answer helpful?
There are three types of tables: base, view, and merged. Every table is a document with its own title, viewers, saved visualizations, and set of data. The data in each type of table has different properties. base: A table.
This is not a good idea:
Why are you sure that performance will be good? Have you tested it?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With