Details
-
Improvement
-
Resolution: Fixed
-
Major
-
6.5.0
Description
A placeholder to track an annoyance in N1QL: subqueries are planned as part of execution, and thus are not explained.
Also, since the request plan is missing the subquery, they are not monitored.
We should have a way to hang a subquery plan to an expression.
And ideally, we should have a cache of plans so that we don't reprepare over and over again.
Attachments
Issue Links
- duplicates
-
MB-21936 N1QL:As of now there is no plan seen in explain clause of a query including subqueries
- Closed