-
Igor Kuznetsov authored
Planner may split some query into range of sub queries, where subquery execution depends on results previous subquery. Then planner analyzes query and if it finds similar situation he appends `motion` node to plan. If executor finds `monion` node in execution plan, he executes motion sub-query and saves result to virtual table, which linker will be used.
Igor Kuznetsov authoredPlanner may split some query into range of sub queries, where subquery execution depends on results previous subquery. Then planner analyzes query and if it finds similar situation he appends `motion` node to plan. If executor finds `monion` node in execution plan, he executes motion sub-query and saves result to virtual table, which linker will be used.