Hi there,
I have a question regarding InfluxDB.
I have some sensors providing a load of data with a high frequency (~2 datapoints/second). As I use Influxdb only for long term analysis, I don’t need this high time resolution and would be very happy if only every 30minutes a value would be written to the database.
I stumbled upon this thread which does this but from the other direction:
All values are written to the database and filtered after some time.
But in my case it would be sufficient to just write less values to the database in the first place.
Do you have an idea or recommendation?
Best regards
Sammy