Skip to content
Snippets Groups Projects
  1. May 18, 2023
  2. May 15, 2023
  3. May 04, 2023
    • Denis Smirnov's avatar
      feat: add distributed SQL support · a1ed2657
      Denis Smirnov authored
      
      Current commit introduces distributed SQL in picodata (we use
      'sbroad' library). Now it is possible to execute cluster-wide
      SQL with 'pico.sql([[query]], {params})' lua method.
      
      Current limitations:
      1. DDL is still not implemented in picodata, so space sharding
         is mocked by '_pico_space' space (we'll remove it later).
      2. We still have duplicating symbols of the Tarantool module in
         sbroad and in picodata rlibs.
      3. We need to reuse piocdata's sharding functions and handle the
         case when different spaces in the query have different sharding
         functions.
      
      Co-authored-by: Georgy Moshkin's avatarGeorgy Moshkin <gmoshkin@picodata.io>
      Verified
      a1ed2657
  4. Apr 28, 2023
  5. Apr 24, 2023
  6. Apr 18, 2023
  7. Apr 13, 2023
  8. Apr 12, 2023
  9. Apr 07, 2023
  10. Apr 06, 2023
  11. Mar 29, 2023
  12. Feb 03, 2023
  13. Feb 02, 2023
  14. Feb 01, 2023
  15. Jan 30, 2023
  16. Jan 27, 2023
  17. Jan 20, 2023
  18. Dec 23, 2022
  19. Dec 21, 2022
  20. Dec 16, 2022
  21. Dec 09, 2022
  22. Dec 08, 2022
  23. Dec 05, 2022
Loading