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

Conversation

mangalaman93
Copy link
Contributor

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)

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)
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@mangalaman93 mangalaman93 added the slash-to-main PRs which bring slash branch on par with main. label Jan 4, 2023
@coveralls
Copy link

Coverage Status

Coverage: 64.404% (+0.003%) from 64.401% when pulling 9aba59e on aman/popschema into 4c1b575 on main.

@mangalaman93 mangalaman93 merged commit b74f612 into main Jan 6, 2023
@mangalaman93 mangalaman93 deleted the aman/popschema branch January 6, 2023 05:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
slash-to-main PRs which bring slash branch on par with main.
Development

Successfully merging this pull request may close these issues.

None yet

6 participants