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

Commits on Jul 2, 2021

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

    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)
    manishrjain authored and NamanJain8 committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    44eba66 View commit details
    Browse the repository at this point in the history