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

feat: improve resolve performance by solving merge abstract nodes in postprocessing #826

Merged
merged 8 commits into from
Jun 24, 2024

Conversation

jensneuse
Copy link
Member

@jensneuse jensneuse commented Jun 19, 2024

Previously, we've generated too many fields for abstract nodes. This meant that after resolving, we had to deduplicate and merge some fields. This new approach solves the problem in a post processing step as part of the planning. This means that the runtime does less work during resolving, and a little bit more work during planning, which gets cached anyways.

@jensneuse jensneuse changed the title chore: make federation tests more resilient feat: improve resolve performance by solving merge abstract nodes in postprocessing Jun 19, 2024
@jensneuse jensneuse marked this pull request as ready for review June 19, 2024 08:52
@jensneuse jensneuse merged commit 6566e02 into master Jun 24, 2024
8 checks passed
@jensneuse jensneuse deleted the feat/merge-fields-in-postprocessing branch June 24, 2024 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants