deeparajesh
Programmer
We want a database which have to handle incoming data from 300 devices and the same time any no(around 300) of web clients can query the DB
1.Whether to have a 300 databases (each per device) or
2.Storing more than one device data in same database but having sepearate table for each device.
3.Storing more than one device data in same database using single table differentiate by deviceid.
Reply based on follwing factors
1.Resources required
2.performance
3.Reliability
1.Whether to have a 300 databases (each per device) or
2.Storing more than one device data in same database but having sepearate table for each device.
3.Storing more than one device data in same database using single table differentiate by deviceid.
Reply based on follwing factors
1.Resources required
2.performance
3.Reliability