Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat: add probe ratio threshold setting#19083

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
SkyFan2002 wants to merge4 commits intodatabendlabs:main
base:main
Choose a base branch
Loading
fromSkyFan2002:rf_1209

Conversation

@SkyFan2002
Copy link
Member

@SkyFan2002SkyFan2002 commentedDec 9, 2025
edited by drmingdrmer
Loading

I hereby agree to the terms of the CLA available at:https://docs.databend.com/dev/policies/cla/

Summary

  • Added a join_runtime_filter_probe_ratio_threshold setting (default 3) with getter so the probe/build ratio gate is user-configurable.
  • Propagated this threshold through runtime-filter planning and execution paths (new hash join, legacy pipelines, and converter) so filters are enabled only when a probe target’s estimated rows exceed the ratio.

Tests

  • Unit Test
  • Logic Test
  • Benchmark Test
  • No Test -Explain why

Type of change

  • Bug Fix (non-breaking change which fixes an issue)
  • New Feature (non-breaking change which adds functionality)
  • Breaking Change (fix or feature that could cause existing functionality not to work as expected)
  • Documentation Update
  • Refactoring
  • Performance Improvement
  • Other (please describe):

This change is Reviewable

@SkyFan2002SkyFan2002 added the ci-cloudBuild docker image for cloud test labelDec 9, 2025
@github-actionsgithub-actionsbot added the pr-featurethis PR introduces a new feature to the codebase labelDec 9, 2025
@github-actions
Copy link
Contributor

Docker Image for PR

  • tag:pr-19083-d9c90af-1765277242

note: this image tag is only available for internal use.

# Conflicts:#src/query/service/src/pipelines/processors/transforms/hash_join/runtime_filter/interface.rs#src/query/service/src/pipelines/processors/transforms/new_hash_join/memory/inner_join.rs#src/query/service/src/pipelines/processors/transforms/new_hash_join/runtime_filter.rs
@SkyFan2002SkyFan2002 added ci-cloudBuild docker image for cloud test and removed ci-cloudBuild docker image for cloud test labelsDec 11, 2025
@github-actions
Copy link
Contributor

Docker Image for PR

  • tag:pr-19083-483a2e3-1765428363

note: this image tag is only available for internal use.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

ci-cloudBuild docker image for cloud testpr-featurethis PR introduces a new feature to the codebase

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@SkyFan2002

[8]ページ先頭

©2009-2025 Movatter.jp