Skip to content

Improve performance of TPC-H q14 #573

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

Closed
andygrove opened this issue Jun 14, 2024 · 1 comment
Closed

Improve performance of TPC-H q14 #573

andygrove opened this issue Jun 14, 2024 · 1 comment
Labels
enhancement New feature or request performance

Comments

@andygrove
Copy link
Member

What is the problem the feature request solves?

Initial observations:

  • Query is fully native
  • Similar to q19, lineitem scan takes longer with Comet
  • Comet avoids an expensive C2R on 600mm rows from lineitem
  • Looking at the metrics in Spark UI it looks like most operations are faster in Comet, yet the overall query wall clock time is slower
  • Needs more investigation

Describe the potential solution

No response

Additional context

No response

@andygrove
Copy link
Member Author

This info is now summarized in #391

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance
Projects
None yet
Development

No branches or pull requests

1 participant