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: disable broadcast join #114

Merged
merged 1 commit into from
Mar 11, 2024
Merged

feat: disable broadcast join #114

merged 1 commit into from
Mar 11, 2024

Conversation

khorshuheng
Copy link
Collaborator

Historical retrieval job often fails when the size of the entities are larger than what broadcast join can handle. The original intention of using broadcast join is to speed up the computation, assuming that the entities are small enough to be broadcasted, but that is rarely the case. It's also unclear at the moment on how much is the performance gain we can attain by using broadcast join.

Until more research is performed, we will disable broadcast join by default.

@khorshuheng khorshuheng merged commit 6d0b6d5 into main Mar 11, 2024
1 check passed
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.

1 participant