You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sometimes there is a too long query for optimizer to handle. because the optimizer of nebula use recursive functions to find the best plan currently, this maybe cause the stack overflow crash.
It's better to restrict the max depth of execution plan and response error if the plan tree exceed the threshold value.
The long queries are often generated by some applications and that means the queries need some manual optimizations.
Contents
Related work
The text was updated successfully, but these errors were encountered:
Introduction
sometimes there is a too long query for optimizer to handle. because the optimizer of nebula use recursive functions to find the best plan currently, this maybe cause the stack overflow crash.
It's better to restrict the max depth of execution plan and response error if the plan tree exceed the threshold value.
The long queries are often generated by some applications and that means the queries need some manual optimizations.
Contents
Related work
The text was updated successfully, but these errors were encountered: