Open lcottercertinia opened 2 years ago
If you see No explain plan is available
I think we should explain that the query rows value we show is a minimum and might be more. And then any totals we calculate from it. Perhaps you could do all that with the greater than symbol?
Is your feature request related to a problem?
The rows included on a sub query count towards SOQL limits but are not shown on the DB tab. It would be great if they were for example
SOQL_EXECUTE_EXPLAIN|[14]|Other on MYSObject__c : [], cardinality: 1000, sobjectCardinality: 4500000, relativeCost 0.004
Describe the solution you'd like
Use the SOQL explain to show sub query row counts. The problem this could cause is is the explain is not present or SF do not include it in the log for some reason. Can we get it some other way? What are the rules for it being included?
Sometimes we just get this
SOQL_EXECUTE_EXPLAIN|[61]|No explain plan is available