Skip to content
Snippets Groups Projects
  1. Apr 08, 2022
  2. Mar 25, 2022
  3. Mar 18, 2022
  4. 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
  5. Feb 17, 2022
  6. Feb 07, 2022
  7. Jan 14, 2022
  8. Dec 16, 2021
    • Igor Kuznetsov's avatar
      feat: migrate to lua table for executing query result · df21abe1
      Igor Kuznetsov authored
      Was fixed interaction format between lua and sbroad rust lib. In current implementation sbroad encodes query result to yaml and send it to lua app. Lua app gives yaml and decodes it to lua table. After apply this changes lua app will receive lua table and yaml transformations will not be needed.
      df21abe1
Loading