Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DRIFT-613: Use new Client.walk method to improve performance #12

Merged
merged 4 commits into from
Jun 19, 2023

Conversation

atimin
Copy link
Member

@atimin atimin commented Jun 16, 2023

Closes #

Please check if the PR fulfills these requirements

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • CHANGELOG.md have been updated (for bug fixes / features / docs)

What kind of change does this PR introduce?

Feature

What is the current behavior?

The CLI tool gets all timestamps for export request from InfluxDB , that takes time for long intervals.

What is the new behavior?

Now, we use the Client.walk method to avoid requests to InfluxDB and iterate data in ReductStore quickly.

Does this PR introduce a breaking change?

No

Other information:

@atimin atimin changed the title DRIFT-613: Use new Client.walk method to imrpove perfomance DRIFT-613: Use new Client.walk method to improve performance Jun 19, 2023
@atimin atimin merged commit 2fcd54b into develop Jun 19, 2023
@atimin atimin deleted the drift-613 branch June 19, 2023 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant