Skip to content
Snippets Groups Projects
  1. Apr 13, 2022
  2. Apr 12, 2022
  3. Apr 10, 2022
  4. Apr 08, 2022
  5. Apr 07, 2022
  6. Apr 04, 2022
  7. Apr 01, 2022
  8. Mar 31, 2022
  9. Mar 25, 2022
  10. Mar 24, 2022
    • Denis Smirnov's avatar
      fix: broken commutativity in join distribution deduction · f6bc0489
      Denis Smirnov authored
      Join node deduces the distribution of its output tuple based on
      the output tuples of its left and right children. The logic of
      deduction was broken: if we swap the children the distribution
      changed. So, current commit rewrites join distribution deduction.
      
      Also we refactor some parts of the set_distribution() function.
      Its code style is still bad, but now it is not so horrible as
      before.
      f6bc0489
  11. Mar 22, 2022
  12. Mar 21, 2022
  13. Mar 18, 2022
  14. Mar 17, 2022
  15. Mar 16, 2022
    • Igor Kuznetsov's avatar
      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
  16. Mar 10, 2022
  17. Mar 09, 2022
  18. Feb 25, 2022
  19. Feb 24, 2022
  20. Feb 17, 2022
  21. Feb 16, 2022
  22. Feb 10, 2022
  23. Feb 07, 2022
  24. Feb 01, 2022
  25. Jan 31, 2022
Loading