Skip to content
Snippets Groups Projects
  • Igor Kuznetsov's avatar
    6102a476
    feat: materialize motion node to virtual table · 6102a476
    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.
    6102a476
    History
    feat: materialize motion node to virtual table
    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.