Does anyone knows the strategy to store data receive by sensor? Sure they have several fields. However, to cater it in long time period must have good approach. Base on my reading several databases could cater this needs, such as NoSQL. Also, several technology like distributed computing could save a ton of wasteful effort.

The questions are

1. Is there any good databases, specially build to cater, sensor data in real time?

2. In SQL view, how should we manage our queries to make sure our database will not collapse due to huge amount of sensor data entered?

TY.

Similar questions and discussions