Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat optimizer action fix #12

Closed
wants to merge 115 commits into from
Closed

Feat optimizer action fix #12

wants to merge 115 commits into from

Conversation

aqni
Copy link
Owner

@aqni aqni commented Nov 26, 2024

No description provided.

zhuyuqing and others added 30 commits April 16, 2024 09:27
…GinX-THU#444)

* use default meta config for mysql

* for tests

* restore tests

* use props file for pg

* restore tests

* remove unused file

* restore mysql test config

---------

Co-authored-by: Yuqing Zhu <[email protected]>
支持在函数参数中使用表达式
1. 增加生成自增列的语法
2. 增加KEY列的操作语法,包括:将特定列升级成KEY列,将KEY列降级成普通列
详见https://oxlh5mrwi0.feishu.cn/docx/Gd8pd1aMDoNMIexXBPJcaea6n0g
* feat(shared): retry connect

* feat(jdbc): new prefix `jdbc:iginx:tsdb:`

---------

Co-authored-by: Yuqing Zhu <[email protected]>
IGinX-THU#456)

* fix(MAX_HEAP_SIZE): set max heap siez max(min(1/2 ram, 1024MB), min(1/4 ram, 64GB))

* fix start_iginx.bat

* fix(MAX_HEAP_SIZE): user-defined ratio

* fix(MAX_HEAP_SIZE): user-defined ratio

* fix(MAX_HEAP_SIZE, MIN_HEAP_SIZE): user-defined percentage

* fix(MAX_HEAP_SIZE, MIN_HEAP_SIZE): user-defined percentage

---------

Co-authored-by: Yuqing Zhu <[email protected]>
Test connection before registering engine.

When a new database is registered, check for existing databases with the same IP and port. If the connection fails and the existing database is read-only, delete the existing database.
* docs: add FAQ to quickstart to explain how to resolve problems

The following artifacts could not be resolved: cn.edu.tsinghua.iginx:parquet-file

* chore: fix `mvn clean install -U -Dmaven.test.skip=true`

* build: fix session_py format

---------

Co-authored-by: Yuqing Zhu <[email protected]>
实现了规则组,将一系列相同的规则放到一个规则组中,以简化规则的设置和更改。

原有的Set Rules命令现在会更改规则组而不是规则

目前以下规则合并入规则组

一系列谓词下推规则 -> FilterPushDownRule
ColumnPruningRule和FragmentPruningByPatternRule -> ColumnPruningRule
一系列ConstantFoldingRule -> ConstantFoldingRule
一系列DistinctEliminateRule -> DistinctEliminateRule

具体参考PR文档 https://oxlh5mrwi0.feishu.cn/wiki/OVt5wJxlRip2uQkiFS7c8IHNnzM

此外还删除了规则FilterJoinTransposeRule,这是一力之前写的示例规则,这里不保留了
* feat(sql): GROUP BY expr && ORDER BY expr

1.支持对GROUP BY和ORDER BY中的列使用RowToRow表达式
2.支持GROUP BY和ORDER BY中的列与SELECT子句中的别名进行匹配


Co-authored-by: Yuqing Zhu <[email protected]>
支持在filter里使用参数为表达式的函数
更新剩余TPC-H语句准备测试
@aqni aqni closed this Nov 28, 2024
@aqni aqni reopened this Nov 28, 2024
@aqni aqni closed this Dec 3, 2024
@aqni aqni reopened this Dec 3, 2024
@aqni aqni closed this Dec 3, 2024
@aqni aqni reopened this Dec 3, 2024
@aqni aqni closed this Dec 5, 2024
@aqni aqni deleted the feat-optimizer_action-fix branch January 10, 2025 06:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants