I'm making a database and need to make the pages as light as possible... making them loading quickly.
So... what's the best way to set up a database?
- One huge table wih all fields and SELECT statements which choose only the right colums
- One table for each field (I have 4 different languages to insert) with an ID as primary Key
- One table for each language
- or doesn't it matter if I make the select statement as precise as possible?
Thanks mates!
So... what's the best way to set up a database?
- One huge table wih all fields and SELECT statements which choose only the right colums
- One table for each field (I have 4 different languages to insert) with an ID as primary Key
- One table for each language
- or doesn't it matter if I make the select statement as precise as possible?
Thanks mates!