Average query with subType field creates unnecessary typeIndexJoin
s under parallelNode
#640
Labels
area/query
Related to the query component
bug
Something isn't working
perf
Performance issue or suggestion
Milestone
Consider the following explain query:
This results in a plan graph with three
typeIndexJoin
children underparallelNode
:Hunches
Bug is probably in mapper that tries to find existing children (tip from Andy).
Full Explain graph of the above query in question.
The text was updated successfully, but these errors were encountered: