I have been working on saving/loading, and i came across that i have to load/save alot of tables, cause i split my tables into categories eg. characters, character_appearance, character_preferences, character_session, etc (i use the LEFT JOIN clause to load)
Would it be better if i just put all the columns into a single table instead of splitting it into multiple tables?
I generally split them into multiple threads because i thought i would have too much columns inside the table which could cause issues
Any opinions whether i should use a single table / multiple tables. Please ask if you require more information
Thanks in advanced