Hi,
For implementation a bigger mysql table for using with query drop down field I have two possibilites:
1) scheme1
code, column_de1, column_de2, column_de3, column_xx1, column_xx2, column_xx3, ...
about 3000 rows per column, gives with 7 languages = 3000 rows
in comprofiler table 22 new columns
2) scheme 2
code, lang, column1, column2, column3
for every language 3000 rows, gives with 7 languages = 21000 rows
in comprofiler only 5 new columns
What is the best decision for the best website performance? Do I have to keep the columns number in comprofiler table as low as possible?
Thanks, best regards
Eric