Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Fix performance degradation with line protocol#592

Merged
xginn8 merged 1 commit intoinfluxdata:masterfromshushen:fixes-591
Jun 30, 2018

Conversation

shushen
Copy link
Contributor

@shushenshushen commentedJun 1, 2018
edited
Loading

Assembling line by line in the commitbf232a7 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:#591

Assemble line by line in the commitbf232a7 to remove NaN hassignificant performance impact.This change fixes the issue by keeping the NaN fields before stringifythe dataframe, replacing the fields with empty string, and revertingback to use pd.DataFrame.sum() function to yield the lines.Fixes:influxdata#591
@shushen
Copy link
ContributorAuthor

Unfortunately v5.1.0 has just been released with the performance regression vs v5.0 as addressed here.

@xginn8 Could you please kindly take a look at this PR?

@aviau
Copy link
Collaborator

I'll wait for his input since he has been leading the data frame client but I will take a look if he does not respond.

Thanks for contributing and sorry for the wait :)

Copy link
Collaborator

@xginn8xginn8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Thanks for contributing!

@xginn8xginn8 merged commitc300105 intoinfluxdata:masterJun 30, 2018
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@xginn8xginn8xginn8 approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

Performance degradation with line protocol on master vs. v5.0.0
3 participants
@shushen@aviau@xginn8

[8]ページ先頭

©2009-2025 Movatter.jp