hi,
i am filling up a big table with text items from different countries. My question is: Should i use a referencePropery to link to languages in another table?. Thats the way i would do it in a normal mysql relational database.
or just go redundant and specify the language for each text in the table?
Whats better? redundancy & increase in storage use or more queries & more cpu usage
When my database is finished i need to query the database to get different lists with text items from each country.