there are 2 million users each user has 4 tables . the data in 4 tables is not going to be appended and will remain fix.
the structure of each users tables will be same.
To store the data of these users in mysql i have to design a database.
do i need to create 2 million databases each with 4 tables ?
any help appreciated
the 4 tables are the the
- incoming call records of the user for 1 month
- incming sms records of the user for 1 month
- outgoing calls records of the user for 1 month
- outgoing sms records of the user for 1 month
the calls tables will have following structure
date time number duration charges
the incoming sms will have following structure
date time number
the outgoing sms will have following structure
date time number charges