Enable oracle aggregation pushdown#6358
Enable oracle aggregation pushdown#6358jles01 wants to merge 13 commits intotrinodb:masterfrom jles01:master
Conversation
Aggregation pushdown for oracle
Aggregation push down oracle test
Aggregation push down oracle -docs
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please submit the signed CLA to cla@prestosql.io. For more information, see https://github.com/prestosql/cla. |
add function implementAggregation
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please submit the signed CLA to cla@prestosql.io. For more information, see https://github.com/prestosql/cla. |
Fix whitespace issue
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please submit the signed CLA to cla@prestosql.io. For more information, see https://github.com/prestosql/cla. |
|
@jles01 no ImplementAvgBigint.java change? like https://github.com/prestosql/presto/pull/5563/files has |
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please submit the signed CLA to cla@prestosql.io. For more information, see https://github.com/prestosql/cla. |
I added the corresponding change, in addition I added fetch size as a parameter. For huge tables(100billions+) increasing it from default 1000 to 100000 is huge performance improvement. |
|
ohhh did not saw that, will revert |
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please submit the signed CLA to cla@prestosql.io. For more information, see https://github.com/prestosql/cla. |
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please submit the signed CLA to cla@prestosql.io. For more information, see https://github.com/prestosql/cla. |
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please submit the signed CLA to cla@prestosql.io. For more information, see https://github.com/prestosql/cla. |
|
@jles01 Could you rebase on upstream to resolve conflicts? We changed directory structure and Java package. This wiki describes migration steps. https://github.com/trinodb/trino/wiki/Developer-Migration |
|
@cla-bot check |
|
The cla-bot has been summoned, and re-checked this pull request! |
Changes related to make aggregation calculated by oracle.
Fixes #5208