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
{{ message }}
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
Improve DataFrameClient tag conversion performance
In `_convert_dataframe_to_lines`, if only `global_tags` is specified but
not `tag_columns`, take a faster route to process the tags. Previously,
in such a case, global tags are duplicated as tag columns and processed
as if they were tag columns. Such processing is wasteful and results in
a slowdown that becomes noticeable when batch loading many thousands of
data points with a handful of global tags.
0 commit comments