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): Optimize populateSchema() (#8068) (#8071) #8565

Merged
merged 1 commit into from
Jan 6, 2023

Commits on Jan 4, 2023

  1. opt(schema): Optimize populateSchema() (#8068) (#8071)

    Optimize populateSchema() by avoiding repeated lock acquisition.
    we can get the schema for the predicate once and then check for
    the required field without taking a read lock.
    
    (cherry picked from commit d935b8b)
    NamanJain8 authored and mangalaman93 committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    9aba59e View commit details
    Browse the repository at this point in the history