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
Fix performance degradation with line protocol (influxdata#592)
Assemble line by line in the commit bf232a7 to remove NaN has
significant performance impact.
This change fixes the issue by keeping the NaN fields before stringify
the dataframe, replacing the fields with empty string, and reverting
back to use pd.DataFrame.sum() function to yield the lines.
Fixes: influxdata#591
0 commit comments