-
Notifications
You must be signed in to change notification settings - Fork 141
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
Add hash join benchmark doc #1568
Add hash join benchmark doc #1568
Conversation
Signed-off-by: Chen Dai <[email protected]>
Signed-off-by: Chen Dai <[email protected]>
Signed-off-by: Chen Dai <[email protected]>
Signed-off-by: Chen Dai <[email protected]>
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #1568 +/- ##
=========================================
Coverage 97.16% 97.16%
Complexity 4117 4117
=========================================
Files 371 371
Lines 10366 10366
Branches 704 704
=========================================
Hits 10072 10072
Misses 287 287
Partials 7 7
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: Chen Dai <[email protected]>
* Add hash join benchmark doc Signed-off-by: Chen Dai <[email protected]> * Fix graph link Signed-off-by: Chen Dai <[email protected]> * Reformat with new lines Signed-off-by: Chen Dai <[email protected]> * Rename doc title Signed-off-by: Chen Dai <[email protected]> * Add note for OOM Signed-off-by: Chen Dai <[email protected]> --------- Signed-off-by: Chen Dai <[email protected]> Signed-off-by: Mitchell Gale <[email protected]>
Description
Publish hash join benchmark test report for community visibility. The test was performed for new Block Hash Join before SQL plugin launched.
Reference:
Issues Resolved
N/A
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.