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.