Dear All,
Currently I am working a database, which will store 1000-s of reflectance signatures. These signatures each consist of a few hundred values. I will not need to sub-query the signatures/values, but have a metadata-table for querying.
How would you store the data?
- Each value of the signature in a record
- All values together as an array implode?
- As a serialized array stored into one record field?
- As a file into a BLOB field (Less preferred, since I'd like to be able to display the data?
- any other suggestions?
Hope to hear fro you guys soon,
Thanks guys,
Jelle.