New answers tagged scalability
0
Re: the big table approach
Or I could stick everything (all samples) into one big table (with hundreds of
columns) that has room for all channels and channels get added as
needed: One row per sample. Unused channels remain NULL.
I found this in the Oracle documentation:
Storage of Null Values
A null is the absence of a value in a column. ...
Top 50 recent answers are included