I was asked to think about a database for our application. There are about 7 different data need to be stored. One is identification data which may contains an unique serial number, time, location. All other 6 data sets (4 binary raw data, 2 text data) must be identified by the identification data. 3 of them are about 2 MB a record, others just few KB.
The maximum number of records to store is 1500. About 6 MB per row, so the maximum total data will be about 9 GB.
I am thinking to have just one table. But it looks to me is ugly with one table about 9 GB data.
Do you have a database like that? We may use the MySQL RDBMS.