With mongodb timeseries feature what is the best way if sensors send temperature, humidity, pressure :
- create a timeseries collection by measure, 3 collections : temperature, humidity and pressure.
- create an unique timeseries collection measure with 3 fields for temperature, humidity and pressure.
Is there some avantages one design. I think second design takes less size and need less insert operations.