monasca-persister/releasenotes/notes/add_influxb_batch_size-01b7a476b6bd8a81.yaml
Witek Bedyk 0696cf54ee Add configuration option influxdb.batch_size
The new configuration option is used to control the maximum size of
batches written to InfluxDB and optimizes performance for high loads.
The default value is set to 10 000 data points per batch.

Change-Id: I82c3e4e64984a996e41fe2657ce36b032b40d3fd
Story: 2007191
Task: 38319
2020-01-21 11:07:22 +01:00

7 lines
184 B
YAML

---
features:
- |
Configuration option `batch_size` for InfluxDB to control the maximum
size of batches written to the database. Default value set to 10 000 data
points.