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

Use stream framework in debug tool #7060

Merged
merged 3 commits into from
Dec 4, 2020
Merged

Conversation

jarifibrahim
Copy link
Contributor

@jarifibrahim jarifibrahim commented Dec 4, 2020

The debug tool was using normal iterators which are very slow. This PR use the stream framework in debug tool instead of the iterators.


This change is Reviewable

@netlify
Copy link

netlify bot commented Dec 4, 2020

Deploy preview for dgraph-docs ready!

Built with commit 50090ae

https://deploy-preview-7060--dgraph-docs.netlify.app

Copy link
Contributor

@manishrjain manishrjain left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewed 1 of 1 files at r1.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @vvbalaji-dgraph)

@jarifibrahim jarifibrahim changed the title Use stream framework to in debug tool Use stream framework in debug tool Dec 4, 2020
@jarifibrahim jarifibrahim merged commit c33cfe8 into master Dec 4, 2020
@jarifibrahim jarifibrahim deleted the ibrahim/debug-stream branch December 4, 2020 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants