I’m running Community Edition 3.1.6 and have a query that will not execute because Planning Time Exceeds 60 Seconds. I have planner.experimental.pclean_logical: toggled off in the Admin Panel.
I have attached the query profile. It is a complex query but I am unable to figure out what the actual issue is.
@summersmd, it appears that the planner is generating many different query execution possibilities here based on the number of reflections that cover the query. Can you enter the following key in Admin > Support > Support Keys and disable it?
accelerator.enable_multijoin
Once you’ve done this, please try re-running the query and attaching the profile here. This will change the way the planner handles the reflection substitution and may move you past the logical planning phase.