I'm creating a web application, where I need to store info of 5,000,000 people and the info is of 6 categories. I'm using MySQL as my database. My question is, which is better: Create 6 databases with the name of 6 categories and create 5,000,000 tables in it corresponding to info of each user. Hence, [6 databases with 5,000,000 tables each]. Info on each user would be split into 6 different datab
{{#tags}}- {{label}}
{{/tags}}