forked from apache/datafusion
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improving optimizer performance by eliminating unnecessary sort and d…
…istribution passes, add more SymmetricHashJoin improvements (apache#5754) * Increase optimizer performance * Config added. * Simplifications and comment improvements * More simplifications * Revamping tests for unbounded-unbounded cases. * Review code * Move SHJ suitability from PipelineFixer to PipelineChecker, further SHJ code simplifications * Added logging on tests and ensure timeout * Robust fifo writing in case of slow executions * Update fifo.rs * Update fifo.rs * Update fifo.rs * Update fifo.rs * Get rid of locks * Try exact one batch size * Update fifo.rs * Update fifo.rs * Update fifo.rs * Ignore FIFO test * Update config.rs * Config update * Update config.rs * Update configs.md * Update config * Update symmetric_hash_join.rs --------- Co-authored-by: Mehmet Ozan Kabak <[email protected]>
- Loading branch information
1 parent
56a5adc
commit d6c2233
Showing
13 changed files
with
916 additions
and
719 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.