I'm currently in the design phase of a new database to hold geological drillhole logs.
There is approximately 30,000 drillholes. A drillhole table will have a hole id, easting and northing, elevation and other general unique data.
Each drillhole log contains the lithological unit (rock unit) intersected, the top depth and bottom depth of each unit, the name and description of each unit.
The amount of data will increase over the years as more holes are drilled.
So now to the crunch - is it better to have a table for each drillhole log with fields for lithological unit, depths etc (Which means Access may eventually hit its max number of tables)?
Or is it better to have one log table which has the hole id as a field along with lith unit, depth etc (And hit the max number of rows per table)? Would one table with multiple hole id rows be redundant data?
Cheers
Tom
There is approximately 30,000 drillholes. A drillhole table will have a hole id, easting and northing, elevation and other general unique data.
Each drillhole log contains the lithological unit (rock unit) intersected, the top depth and bottom depth of each unit, the name and description of each unit.
The amount of data will increase over the years as more holes are drilled.
So now to the crunch - is it better to have a table for each drillhole log with fields for lithological unit, depths etc (Which means Access may eventually hit its max number of tables)?
Or is it better to have one log table which has the hole id as a field along with lith unit, depth etc (And hit the max number of rows per table)? Would one table with multiple hole id rows be redundant data?
Cheers
Tom