Merge duplicate data points

Hi,

We have a periodic task that runs every 1 hour and fetch data from our warehouse of (48h) and push them to influxdb, this leads to duplicate data points, is there a way to merge/update/upsert/overwrite on influxdb ?

Thanks

If the timestamp and tag values are same, the entries will be overwritten. Majority of the time it is the timestamp but it can also be the incorrect schema.

1 Like

Thanks! is this a standard behaviour in all influxdb versions? we are using 1.2.4

I been using it since version 0.9 and have same experience when overwriting the data.