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(schema): Load schema and types using Stream framework #8562

Merged
merged 1 commit into from
Jan 17, 2023

Commits on Jan 17, 2023

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

    )
    
    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)
    NamanJain8 authored and mangalaman93 committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    6d9c83e View commit details
    Browse the repository at this point in the history