You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: