Hacker News new | ask | show | jobs
by gsich 1871 days ago
Influxdb makes it really hard to delete data.

Example: your temperature sensor is faulty and produces values like -100. You can't delete this data by using "delete from measurement where temperature < -50". You have to get all timestamps, then delete those timestamps one by one.

1 comments

Or overwrite those data points.