feat: Separate different kinds of SOQL statement on DB + analysis view
Is your feature request related to a problem?
I want to see different types of SOQL statement differently e.g custom metadata queries do not count towards limits.
Describe the solution you'd like
Filter out Apex SOQL statements to custom metadata since they don't count toward SOQL limits, unless a long text field is queried.
** How do we change the display? ** Needs thought on how best to show the different types and how to show the rows that contribute towards limits.
Maybe summary cards above to show total rows and row limit used? This may be better off shown in global cards to show all cumulative limits used.
When showing the rows we could have separate grids from each type e.g soql, sosl, custom metadata, external objects etc. Alternatively we order the main grid based on type so that like types are together and show this type.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered
Additional context
Add any other context or screenshots about the feature request here