Same Timestamp different series

I am collecting data about some vehicles(173). I have stored their speed and vehicle number as tags and rest as fields. The data is collected after every single minute and has a timestamp value which is given by the IOT sensor.

Suppose if vehicle 1 and vehicle 2 has same timestamp, will both get stored OR only one of them will be stored ?

I have been checking that every single minute, data of about 30 vehicles is lost, which I think probably will be due to the same timestamp thing. Is there any kind of solution to this data loss ? I don’t want to lose data about 30 vehicles every single minute.

If the tags value is different and the timestamp value is same, can the point be stored in the database ?

Provided your tagset is different between vehicle1 and 2, then YES the db will store data with the same timestamp.

1 Like