Skip to content
Snippets Groups Projects
  1. Oct 31, 2023
    • Yaroslav Dynnikov's avatar
      chore: remove tarantool-sys submodule branch · bed353ae
      Yaroslav Dynnikov authored and Georgy Moshkin's avatar Georgy Moshkin committed
      Follow-up for 2b1bd622
      
      > submodule.<name>.branch
      >
      > A remote branch name for tracking updates in the upstream submodule.
      > If the option is not specified, it defaults to the remote HEAD.
      
      The `origin/HEAD` is the default branch in GitLab. In case of
      tarantool-sys nowadays it corresponds to `2.11.0-picodata`.
      
      This option is responsible for the correct operation of
      
          git submodule update --remote tarantool-sys
      bed353ae
  2. Jun 06, 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 06, 2023
  5. Jan 27, 2023
  6. Oct 25, 2022
  7. Jul 18, 2022
  8. Feb 21, 2022
  9. Feb 18, 2022
    • Georgy Moshkin's avatar
      build: static linking with tarantool · f77d1e5d
      Georgy Moshkin authored
      + tarantool-sys submodule
      + tarantool-patches directory
      + build.rs build script to patch and build tarantool
      + static linking with tarantool
      + refactoring for cli arguments
      f77d1e5d
  10. Dec 20, 2021
Loading