ComputerScienceHouse / ComputerScienceHouse/conditional
Optimize SQL Queries
未关闭
enhancement
good first issue
- 主要语言
- Python
- 星标
- 12
- 派生
- 39
- 平均合并
- 1 天 13 小时
- 30 天内合并 PR
- 1
描述
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.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。