ComputerScienceHouse / ComputerScienceHouse/conditional
Optimize SQL Queries
Open
enhancement
good first issue
- Dominant language
- Python
- Stars
- 12
- Forks
- 39
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 1
Description
We have fallen into the ease of if statements in python list comprehension. This is negatively affecting our query efficiency. We need to move to more complex queries (using table joins, etc.) instead of falling into the `[a for a in query_a if query_b]` alternative.
Making a query for every result in the first query isn't necessary and these operations can be made far more efficient.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.