many (empty) fields or many entries? case 1) a table with many fields for storing some data, usually most
of them will be NULL because they are (and will ever be) unsused
case 2) a table with just 3 fields, but many entries, one for each
field i'd have used (not null) in case 1.
which is better, in general?
do you maybe need more detailed infos? |