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: Support to disable dynamic filter reordering #11943

Closed
wants to merge 1 commit into from

Conversation

xiaoxmeng
Copy link
Contributor

Summary:
Add config to disable dynamic filter reordering to see if it can help reduce io in favor of small query execution
if io wait could take significant amount when having local ssd. The static reordering solely based on the filter kind.
This should only be used in specific case as dynamic filter reordering is an important scan optimization.

Differential Revision: D67542368

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Dec 23, 2024
Copy link

netlify bot commented Dec 23, 2024

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit 5a4d790
🔍 Latest deploy log https://app.netlify.com/sites/meta-velox/deploys/676b99aedc465c0008f3e30c

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D67542368

xiaoxmeng added a commit to xiaoxmeng/velox that referenced this pull request Dec 24, 2024
…#11943)

Summary:
Pull Request resolved: facebookincubator#11943

Add config to disable dynamic filter reordering to see if it can help reduce io in favor of small query execution
if io wait could take significant amount when having local ssd. The static reordering solely based on the filter kind.
This should only be used in specific case as dynamic filter reordering is an important scan optimization.

Reviewed By: Yuhta, oerling

Differential Revision: D67542368
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D67542368

1 similar comment
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D67542368

xiaoxmeng added a commit to xiaoxmeng/velox that referenced this pull request Dec 24, 2024
…#11943)

Summary:
Pull Request resolved: facebookincubator#11943

Add config to disable dynamic filter reordering to see if it can help reduce io in favor of small query execution
if io wait could take significant amount when having local ssd. The static reordering solely based on the filter kind.
This should only be used in specific case as dynamic filter reordering is an important scan optimization.

Reviewed By: Yuhta, oerling

Differential Revision: D67542368
xiaoxmeng added a commit to xiaoxmeng/velox that referenced this pull request Dec 24, 2024
…#11943)

Summary:
Pull Request resolved: facebookincubator#11943

Add config to disable dynamic filter reordering to see if it can help reduce io in favor of small query execution
if io wait could take significant amount when having local ssd. The static reordering solely based on the filter kind.
This should only be used in specific case as dynamic filter reordering is an important scan optimization.

Reviewed By: Yuhta, oerling

Differential Revision: D67542368
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D67542368

xiaoxmeng added a commit to xiaoxmeng/velox that referenced this pull request Dec 24, 2024
…#11943)

Summary:
Pull Request resolved: facebookincubator#11943

Add config to disable dynamic filter reordering to see if it can help reduce io in favor of small query execution
if io wait could take significant amount when having local ssd. The static reordering solely based on the filter kind.
This should only be used in specific case as dynamic filter reordering is an important scan optimization.

Reviewed By: Yuhta, oerling

Differential Revision: D67542368
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D67542368

xiaoxmeng added a commit to xiaoxmeng/velox that referenced this pull request Dec 24, 2024
…#11943)

Summary:
Pull Request resolved: facebookincubator#11943

Add config to disable dynamic filter reordering to see if it can help reduce io in favor of small query execution
if io wait could take significant amount when having local ssd. The static reordering solely based on the filter kind.
This should only be used in specific case as dynamic filter reordering is an important scan optimization.

Reviewed By: Yuhta, oerling

Differential Revision: D67542368
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D67542368

xiaoxmeng added a commit to xiaoxmeng/velox that referenced this pull request Dec 25, 2024
…#11943)

Summary:
Pull Request resolved: facebookincubator#11943

Add config to disable dynamic filter reordering to see if it can help reduce io in favor of small query execution
if io wait could take significant amount when having local ssd. The static reordering solely based on the filter kind.
This should only be used in specific case as dynamic filter reordering is an important scan optimization.

Reviewed By: Yuhta, oerling

Differential Revision: D67542368
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D67542368

xiaoxmeng added a commit to xiaoxmeng/velox that referenced this pull request Dec 25, 2024
…cebookincubator#11943)

Summary:
Pull Request resolved: facebookincubator#11943

Add config to disable dynamic filter reordering to see if it can help reduce io in favor of small query execution
if io wait could take significant amount when having local ssd. The static reordering solely based on the filter kind.
This should only be used in specific case as dynamic filter reordering is an important scan optimization.

This PR also improve non-stats based filter ordering by comparing the field name if filter kind ties.
This might save some IOs with cache with more consistent filter ordering.

Reviewed By: Yuhta, oerling

Differential Revision: D67542368
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D67542368

…cebookincubator#11943)

Summary:
Pull Request resolved: facebookincubator#11943

Add config to disable dynamic filter reordering to see if it can help reduce io in favor of small query execution
if io wait could take significant amount when having local ssd. The static reordering solely based on the filter kind.
This should only be used in specific case as dynamic filter reordering is an important scan optimization.

This PR also improve non-stats based filter ordering by comparing the field name if filter kind ties.
This might save some IOs with cache with more consistent filter ordering.

Reviewed By: Yuhta, oerling

Differential Revision: D67542368
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D67542368

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 48e3a4d.

athmaja-n pushed a commit to athmaja-n/velox that referenced this pull request Jan 10, 2025
…cebookincubator#11943)

Summary:
Pull Request resolved: facebookincubator#11943

Add config to disable dynamic filter reordering to see if it can help reduce io in favor of small query execution
if io wait could take significant amount when having local ssd. The static reordering solely based on the filter kind.
This should only be used in specific case as dynamic filter reordering is an important scan optimization.

This PR also improve non-stats based filter ordering by comparing the field name if filter kind ties.
This might save some IOs with cache with more consistent filter ordering.

Reviewed By: Yuhta, oerling

Differential Revision: D67542368

fbshipit-source-id: d1138c916fd77c975577e4a1e7f804dc3dbdf270
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants