K
Kyle - Park City Water
I work for a water distribution company and am faced with the task of
designing a database to analyze flows in the system in order to track water
rights and maintenance issues. This entails about 30 sites with a flow total
for each day over the course of a year. I want to be able to analyze any
number of these sites for any given period of the year, so monthly totals are
not an option. My primary question is how do I go about forming my tables?
Should I build one big table for all the daily flows for all the sites (about
11000 individual flows)? Or would it be better to split them up somehow?
I'm very new at this and appreciate any help you could give me.
designing a database to analyze flows in the system in order to track water
rights and maintenance issues. This entails about 30 sites with a flow total
for each day over the course of a year. I want to be able to analyze any
number of these sites for any given period of the year, so monthly totals are
not an option. My primary question is how do I go about forming my tables?
Should I build one big table for all the daily flows for all the sites (about
11000 individual flows)? Or would it be better to split them up somehow?
I'm very new at this and appreciate any help you could give me.