Hacker News new | ask | show | jobs
by willvarfar 2153 days ago
Question for influx solution architect:

How do you delete points from a specific measurement in a specific retention policy?

1 comments

not a solution architect but, just delete by a very specific timestamp. this is not possible if you are writing at coarse time precisions, so don't do that.

`delete from meas_name where time='2020-07-22T15:40:58.375506762Z'` - just tried that and it deleted one row.

You didn’t specify the retention policy...?