Open
Description
Problem Statement
When using ORMs like Django’s, it’s common to accidentally generate SQL queries with repeated or excessive JOINs. While Sentry currently captures SQL queries as part of its performance monitoring, it doesn’t specifically flag or warn developers about queries that might include redundant JOINs, which could be a sign of potential performance issues.
Solution Brainstorm
Proposed Feature:
- Detection: Automatically analyze captured SQL queries for repeated JOIN clauses.
Product Area
Issues
Metadata
Metadata
Assignees
Type
Projects
Status
No status