I have 7 categories in my website and also 7 tables in mysql. Below the main categories there are 33 subcategories. different subcategories are containing different infos. so should i create 33 tables in mysql for performance or 7 tables enough?
If I should, how can I list a word while searching from 33 tables. This is huge for a query, right?