You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
davidby-influx
changed the title
Rewriting fields.idx is a bottleneck with many new fields and measurements
Rewriting fields.idx is a bottleneck with many new fields and measurements [Port to master]
Jun 4, 2021
Under heavy write load creating new fields and measurements
the rewrite of the fields.idx file is a bottleneck. This
enhancement combines multiple writes into a single one and
shares any error return value with all of the combined
invocations. MeasurementFieldSet and the new
MeasurementFieldSetWriter must both now be explicitly
closed.
Closes#21577
(cherry picked from commit f64be28)
Closes#21598
#21577 port to master branch for 2.X versions
The text was updated successfully, but these errors were encountered: