Hello! What is faster or optimized, use:
- A table that contains about 30 fields, with mostly data (0,1) or a small number;
- Use a table that contains 2 fields, but the second field contains data for all 29 fields separated by a sign (|). And then through
explode
output them as an array.
I ask you to say only how it will be better from the point of view of productivity, as far as convenience is, writing it to me as it is, so convenient in principle. Thank!