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

WIP prototype using DataLoader for single_relationship_resolver #5196

Draft
wants to merge 3 commits into
base: release-1.1
Choose a base branch
from

Conversation

ajtmccarty
Copy link
Contributor

#522
IFC-541

structure of the code and location of various classes is definitely not final

a little testing indicates that this approach reduces the number of database calls
we can still end up with multiple similar database calls in a nested query, but I think this might be caused by how we structure our resolvers when building the graphql schema. I'm not entirely sure about the exact cause of this though

@github-actions github-actions bot added the group/backend Issue related to the backend (API Server, Git Agent) label Dec 12, 2024
Copy link

codspeed-hq bot commented Dec 12, 2024

CodSpeed Performance Report

Merging #5196 will not alter performance

Comparing ajtm-12112024-gql-single-data-loader (26a928a) with release-1.1 (90c67bf)

Summary

✅ 10 untouched benchmarks

@ajtmccarty ajtmccarty force-pushed the ajtm-12112024-gql-single-data-loader branch from 00b2397 to 26a928a Compare December 12, 2024 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
group/backend Issue related to the backend (API Server, Git Agent)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant