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

[release/7.0] Avoid redundant looping in property metadata #29807

Merged
merged 1 commit into from
Jan 4, 2023

Conversation

AndriySvyryd
Copy link
Member

@AndriySvyryd AndriySvyryd commented Dec 8, 2022

This is a port of #29805
Fixes #29642

Description

The logic for reading property metadata is performing more loops than intended resulting in poor model building performance (affects migrations and app startup).

Customer impact

Non-trivial models take up to three times as long to build. There is no workaround.

How found

Customer reported on 7.0

Regression

Yes.

Testing

Manual verification of the performance.

Risk

Low; the fix should not have any behavior impact, and a quirk was added to revert back to older behavior.

@roji roji changed the title [release/7.0] Avoid reduntant looping in property metadata [release/7.0] Avoid redundant looping in property metadata Dec 13, 2022
@AndriySvyryd AndriySvyryd added this to the 7.0.3 milestone Dec 15, 2022
@wtgodbe wtgodbe merged commit c9ee67b into release/7.0 Jan 4, 2023
@wtgodbe wtgodbe deleted the Issue29642_7.0 branch January 4, 2023 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants