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

[native] Add missing stats to enable all HBO optimizations #21844

Open
mbasmanova opened this issue Feb 2, 2024 · 1 comment
Open

[native] Add missing stats to enable all HBO optimizations #21844

mbasmanova opened this issue Feb 2, 2024 · 1 comment

Comments

@mbasmanova
Copy link
Contributor

Some HBO optimizations do not apply to Prestissimo because native workers do not produce necessary stats.

For example, RandomizeNullKeyInOuterJoin optimization relies on nullJoinBuildKeyCount and joinBuildKeyCount stats in join's build side.

It would be nice to document all HBO optimizations and clarify what stats are needed to enable these, so that these can be added to Prestissimo.

CC: @tdcmeehan @majetideepak @aditi-pandit @feilong-liu @kaikalur @pranjalssh

@tdcmeehan
Copy link
Contributor

See also #21830

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🆕 Unprioritized
Status: 🆕 Unprioritized
Development

No branches or pull requests

2 participants