Skip to content
Snippets Groups Projects
  1. Dec 12, 2023
    • Arseniy Volynets's avatar
      feat: support union all with global tbls · 4cb04bfc
      Arseniy Volynets authored
      - add support for queries that use
      union all operator with global tables
      - for the case when global table is
      used against sharded table, the global
      table is materialized only on single
      storage, on all other storages the
      global child of union all is not
      materialized
      4cb04bfc
  2. Nov 27, 2023
  3. Oct 31, 2023
  4. Oct 26, 2023
  5. Oct 19, 2023
  6. Sep 27, 2023
  7. Sep 25, 2023
  8. Sep 22, 2023
  9. Aug 22, 2023
  10. Aug 09, 2023
    • Denis Smirnov's avatar
      feat!: implement delete operator · 652ca1dc
      Denis Smirnov authored
      BREAKING CHANGE!: local motion now means local materialization
      of results on the storage without bucket calculation. The old
      logic of "do nothing" was moved into none motion.
      
      Implement delete SQL operator. It is always executed locally as we
      delete already existing tuples and never change tuple buckets.
      We reinvent the logic of the local motion policy (see the desclamer
      in this commit) and materialize the primary keys from projection on
      the storage. Then they are removed from the space via space API in
      a single local transaction.
      652ca1dc
    • Alexander Tolstoy's avatar
      feat: add DQL to query.ebnf · 0b6d26cb
      Alexander Tolstoy authored and Denis Smirnov's avatar Denis Smirnov committed
      0b6d26cb
  11. Aug 02, 2023
  12. Jul 31, 2023
  13. May 18, 2023
  14. May 10, 2023
  15. Apr 13, 2023
  16. Mar 09, 2023
  17. Oct 26, 2022
  18. Oct 21, 2022
  19. Aug 10, 2022
  20. Aug 05, 2022
  21. Jul 26, 2022
  22. Apr 07, 2022
Loading