Hacker News new | past | comments | ask | show | jobs | submit login

Question for influx solution architect:

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




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...?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: