Currently I have 3 mysql tables with about 6 columns each, sometimes I have
to access to all of them at the same time but most of the times I access 2
at the same time.
I was wondering which is fast making a single table with about 18 columns,
and each time select the columns that I want in the select query, this way I
would do less select queries.
Or is it better like I have 3 tables, and access 2 of them at the same time
most of the times?
Probably I should post this in a MySQL news server, anyway if someone has
some thoughts about it don't be shy ;)
Thx
Marco
to access to all of them at the same time but most of the times I access 2
at the same time.
I was wondering which is fast making a single table with about 18 columns,
and each time select the columns that I want in the select query, this way I
would do less select queries.
Or is it better like I have 3 tables, and access 2 of them at the same time
most of the times?
Probably I should post this in a MySQL news server, anyway if someone has
some thoughts about it don't be shy ;)
Thx
Marco
Comment