I need to develop a MySQL database for a data logging application. This
would be easy if I just had one data logger but I need a scalable solution
that can sup****t hundreds if not thousands of loggers. Basically each
logger
has anywhere from 1 to 32 channels. Data will be sent directly to the web
server from the loggers every minute. There will be other features like
alarms, set points etc. The database is going to get big very fast. I need
a
good efficient structure. Can anyone offer suggestions or pointers?
Thanks