hedonhermdev / hedonhermdev/BPPC-Marketplace
Batch N+1 queries using Dataloaders
Open
enhancement
- Dominant language
- Python
- Stars
- 1
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Queries that return a list of products, a list of profiles, etc .create an N+1 problem in most cases. The database calls need to be batched for optimization.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.