-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Description
Few repository methods can be optimized
Use Case
Fetch Related data using a JOIN query rather than issuing multiple SELECT's effectively avoiding the N+1 query problem
Suggested Solution
- Optimise queries - Instead of fetching related rows separately-we should be fetching them using a single JOIN query. Refer to this: Added onboarding endpoints #27 (comment), Added onboarding endpoints #27 (comment)
Metadata
Metadata
Assignees
Labels
No labels