B
bymarce
I have set up a database to hold data and test parameters. Currently I have
two main tables, one is a catalog of samples including a catalog
number(primary key), description, location, ... My other table has all the
experimental data and the paramenters underwhich each test was run such as
time, temp, load, ... I know my data table is to large because I'm getting
"Property Value is too large" when I try to save it. Some of the experiments
are related to each other such as Wear tests or Corrosion tests. I want to
split the table but I'm not sure how. I've considered putting each type of
experiment it it's own table or putting the the parameters in a seperate
table. Also some tests are only run on certain types of samples but some are
run on all types of samples. Could someone give me suggestions as to how to
split the data table?
two main tables, one is a catalog of samples including a catalog
number(primary key), description, location, ... My other table has all the
experimental data and the paramenters underwhich each test was run such as
time, temp, load, ... I know my data table is to large because I'm getting
"Property Value is too large" when I try to save it. Some of the experiments
are related to each other such as Wear tests or Corrosion tests. I want to
split the table but I'm not sure how. I've considered putting each type of
experiment it it's own table or putting the the parameters in a seperate
table. Also some tests are only run on certain types of samples but some are
run on all types of samples. Could someone give me suggestions as to how to
split the data table?