Related to "Best Practices"
Optimize writes to InfluxDB
Simple tips to optimize performance and system overhead when writing data to InfluxDB.
Handle duplicate data points
InfluxDB identifies unique data points by their measurement, tag set, and timestamp. This article discusses methods for preserving data from two points with a common measurement, tag set, and timestamp but a different field set.