Comment 0 for bug 1581369

Revision history for this message
Simon Pasquier (simon-pasquier) wrote :

The performances of InfluxDB could be improved in several ways:
- Batch more points when writing. We currently batch up to 100 datapoints per write request while it is generally recommended to batch 5,000 points.
  Expected improvement: higher write throughput.
- Use a second resolution (instead of milliseconds) for datapoints. Realistically we don't need the timestamps to have a ms precision.
  Expected improvement: less memory consumtion and improved query response times.