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

[VL] row2VeloxColumnar bad performance #7223

Closed
FelixYBW opened this issue Sep 13, 2024 · 2 comments
Closed

[VL] row2VeloxColumnar bad performance #7223

FelixYBW opened this issue Sep 13, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@FelixYBW
Copy link
Contributor

Description

The query has hive table scan which output complex datatype. Gluten elapsed time is >2x worse than Vanilla Spark. 93% percent of time is spending on RowToVeloxColumnar

@FelixYBW
Copy link
Contributor Author

postpone the r2c until complex type is not presented

@zml1206
Copy link
Contributor

zml1206 commented Sep 24, 2024

It seems that not only complex types, too many rows will also be slow.

@FelixYBW FelixYBW mentioned this issue Dec 19, 2024
24 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants