- Apr 01, 2024
-
-
Denis Smirnov authored
Previously we had problems parsing arithmetic operations like `b*b`. Because of incorrect handling of the forbidden symbols in the names we recognized `b*b` as a column name rather then a multiplication.
-
- Mar 29, 2024
-
-
Denis Smirnov authored
-
Denis Smirnov authored
-
- Mar 28, 2024
-
-
Denis Smirnov authored
-
-
EmirVildanov authored
-
- Detect when except, groupby, join or eqality with subqueries is done on bucket_id column to avoid adding extra motions
-
- Mar 26, 2024
-
-
Arseniy Volynets authored
- For queries that want to join on bucket_id column, we had wrong logic of removing that column from child scan, now if we have bucket_id column in join we won't delete bucket_id from scan node. - Fix conflict resolution for join on bucket_id: if we see that join is done on bucket_id, we don't need any motions. Note: there is still a problem when we don't use "bucket_id" in join condition: select t1."bucket_id", t2."bucket_id" from t1 join t2 on ... This query will fail with error that it can't find "bucket_id" column.
-
EmirVildanov authored
-
-
EmirVildanov authored
-
Denis Smirnov authored
-
Denis Smirnov authored
-
Denis Smirnov authored
-
- Mar 19, 2024
-
-
Denis Smirnov authored
Co-authored-by:
EmirVildanov <reddog201030@gmail.com>
-
- Mar 18, 2024
-
-
EmirVildanov authored
-
- Mar 15, 2024
-
-
EmirVildanov authored
-
- Mar 12, 2024
-
-
- Mar 11, 2024
-
-
Роман Хаит authored
-
- Mar 07, 2024
-
-
Arseniy Volynets authored
-
Maksim Kaitmazian authored
-
Arseniy Volynets authored
-
Arseniy Volynets authored
-
Arseniy Volynets authored
-
- Mar 05, 2024
-
-
Emir Vildanov authored
-
- Feb 26, 2024
-
-
EmirVildanov authored
feat: rewrite statistics structures using generic logic, add statistics merge logic, add selectivity estimation logic basement
-
Emir Vildanov authored
-
- Feb 20, 2024
-
-
Denis Smirnov authored
-
Denis Smirnov authored
-
Maksim Kaitmazian authored
-
Maksim Kaitmazian authored
-
Maksim Kaitmazian authored
-
Arseniy Volynets authored
-
Arseniy Volynets authored
-
NO_DOC=internal NO_TEST=internal NO_CHANGELOG=internal
-
- Feb 19, 2024
-
-
EmirVildanov authored
-
- Feb 06, 2024
-
-
Denis Smirnov authored
-
-
- Feb 03, 2024
-
-
Роман Хаит 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
-