- Apr 10, 2024
-
-
Denis Smirnov authored
-
- Apr 09, 2024
-
-
- Mar 26, 2024
-
-
EmirVildanov authored
-
Denis Smirnov authored
-
Denis Smirnov authored
-
- Mar 19, 2024
-
-
Denis Smirnov authored
Co-authored-by:
EmirVildanov <reddog201030@gmail.com>
-
- Mar 15, 2024
-
-
EmirVildanov authored
-
- Mar 12, 2024
-
-
- Mar 11, 2024
-
-
Роман Хаит authored
-
- Mar 07, 2024
-
-
Maksim Kaitmazian authored
-
- Feb 20, 2024
-
-
Denis Smirnov authored
-
Maksim Kaitmazian authored
-
Maksim Kaitmazian authored
-
- Feb 02, 2024
-
-
Arseniy Volynets authored
- support parameters in form of $n like in postgres - parameters are numbered from 1 - can't use both tarantool (?) and pg-like ($n) params in one query
-
- Jan 26, 2024
-
-
Denis Smirnov authored
-
- Dec 29, 2023
-
-
- Dec 12, 2023
-
-
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
-
- Nov 27, 2023
-
-
Emir Vildanov authored
-
-
- Oct 31, 2023
-
-
- Oct 26, 2023
-
-
Alexander Tolstoy authored
-
EmirVildanov authored
-
- Oct 19, 2023
-
-
Alexander Tolstoy authored
-
- Sep 27, 2023
-
-
- Sep 25, 2023
-
-
- Sep 22, 2023
-
-
Emir Vildanov authored
-
Emir Vildanov authored
-
- Aug 22, 2023
-
-
Arseniy Volynets authored
-
Also fix UnionAll and Except references.
-
- Aug 09, 2023
-
-
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.
-
-
- Aug 02, 2023
-
-
Alexander Tolstoy authored
-
- Jul 31, 2023
-
-
Alexander Tolstoy authored
-
- May 18, 2023
-
-
- May 10, 2023
-
-
- Apr 13, 2023
-
-