Which is more efficient: Multiple MySQL tables or one large table?
问题 I store various user details in my MySQL database. Originally it was set up in various tables meaning data is linked with UserIds and outputting via sometimes complicated calls to display and manipulate the data as required. Setting up a new system, it almost makes sense to combine all of these tables into one big table of related content. Is this going to be a help or hindrance? Speed considerations in calling, updating or searching/manipulating? Here\'s an example of some of my table