Skip to content
Snippets Groups Projects
  1. Sep 27, 2023
  2. Sep 25, 2023
  3. Sep 22, 2023
  4. Aug 22, 2023
  5. 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
  6. Aug 02, 2023
  7. Jul 31, 2023
  8. May 18, 2023
  9. May 10, 2023
  10. Apr 13, 2023
  11. Mar 09, 2023
  12. Oct 26, 2022
  13. Oct 21, 2022
  14. Aug 10, 2022
  15. Aug 05, 2022
  16. Jul 26, 2022
  17. Apr 07, 2022
Loading