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

opt(Alpha): Load schema and types using Stream framework (#7938) #7940

Merged
merged 1 commit into from Jul 2, 2021

Conversation

NamanJain8
Copy link
Contributor

@NamanJain8 NamanJain8 commented Jul 2, 2021

For big datasets, we're seeing a big slowdown due to loading schema and types serially using a single iterator. Using the Stream framework, makes this metadata loading step much faster, resulting in a much faster Alpha initialization.

(cherry picked from commit d03d5ad)


This change is Reviewable

For big datasets, we're seeing a big slowdown due to loading schema and types serially using a single iterator. Using the Stream framework, makes this metadata loading step much faster, resulting in a much faster Alpha initialization.

(cherry picked from commit d03d5ad)
@github-actions github-actions bot added the area/schema Issues related to the schema language and capabilities. label Jul 2, 2021
@NamanJain8 NamanJain8 merged commit f8681a2 into master Jul 2, 2021
@NamanJain8 NamanJain8 deleted the naman/master/load-schema branch July 2, 2021 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/schema Issues related to the schema language and capabilities.
Development

Successfully merging this pull request may close these issues.

None yet

3 participants