Batched PUT requests to InfluxDB for performance #155
robagar
started this conversation in
Ideas and new features
Replies: 1 comment 1 reply
-
Hi @robagar, We are open to accepting PRs, so please feel free to open one against https://github.com/eclipse-zenoh/zenoh-backend-influxdb. We are in the process of release so it would be nice if this patch could land before the final release. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We've found that writing fairly high frequency data to InfluxDB 1.8 via the zenoh-influxdb-backend plugin can fall behind from making individual PUT requests for each data point.
The InfluxDB docs recommend sending data in batches for best performance
Our implementation is just in a fork here -
https://github.com/engineeredarts/zenoh-backend-influxdb/tree/TR-7332-zenoh-0.11-influxdb
But it would be awesome to add something like this to the official plugin. Should I make a PR? Or maybe wait for the upcoming 1.0 release?
Beta Was this translation helpful? Give feedback.
All reactions