there are 2 million users, each user has 4 tables. data in 4 tables will not be added and will remain corrected.
the structure of each user table will be the same.
To store the data of these users in mysql, I need to create a database.
Do I need to create 2 million databases with 4 tables?
any help appreciated
4 tables are
- record incoming calls of the user for 1 month
- inclusion of user sms records for 1 month
- record outgoing calls of the user for 1 month
- outgoing sms-records of the user within 1 month
call tables will have the following structure
timeout timeout
incoming sms will have the following structure
date of time
outgoing sms will have the following structure