Skip to content
Snippets Groups Projects
  1. Oct 26, 2023
  2. Oct 19, 2023
  3. Sep 27, 2023
  4. Sep 25, 2023
  5. Sep 22, 2023
  6. Aug 22, 2023
  7. 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.
      Verified
      652ca1dc
    • Alexander Tolstoy's avatar
      feat: add DQL to query.ebnf · 0b6d26cb
      Alexander Tolstoy authored and Denis Smirnov's avatar Denis Smirnov committed
      0b6d26cb
  8. Aug 02, 2023
  9. Jul 31, 2023
  10. May 18, 2023
  11. May 10, 2023
  12. Apr 13, 2023
  13. Mar 09, 2023
  14. Oct 26, 2022
  15. Oct 21, 2022
  16. Aug 10, 2022
  17. Aug 05, 2022
  18. Jul 26, 2022
  19. Apr 07, 2022
Loading