- 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
-
-
- Mar 09, 2023
-
-
- Oct 26, 2022
-
-
Denis Smirnov authored
-
- Oct 21, 2022
-
-
Denis Smirnov authored
-
- Aug 10, 2022
-
-
Denis Smirnov authored
-
- Aug 05, 2022
-
-
Denis Smirnov authored
-
- Jul 26, 2022
-
-
Denis Smirnov authored
-
- Apr 07, 2022
-
-
Denis Smirnov authored
-