Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Group repeated SQL queries #73

Open
mgood opened this issue Nov 24, 2014 · 0 comments
Open

Group repeated SQL queries #73

mgood opened this issue Nov 24, 2014 · 0 comments

Comments

@mgood
Copy link
Contributor

mgood commented Nov 24, 2014

When the same SQL query is repeated multiple times within the same request, it would be useful to group the results.

For example, querying multiple records of the same type might be executed as the same SELECT statement repeated with different id parameters.

These could be grouped to show the total number of executions and aggregate times in order to make it easier to compare the distinct queries against each other. The groups could be expanded to show details for each occurrence.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant