Eliminate N+1 queries for pipeline GraphQL endpoint
The 'metadata' relation is the most common N+1 query. The 'downstream_pipeline' relation is for bridge jobs, not so common. In this commit, the structure of preloading is also changed. Changelog: performance
Showing
Please register or sign in to comment