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

MDEV-26312: Record iter methods for JOIN_CACHE_BNL #2758

Open
wants to merge 1 commit into
base: 11.3
Choose a base branch
from

Commits on Sep 14, 2023

  1. MEV-26312: Record iter methods for JOIN_CACHE_BNL

    This commit creates new public methods to iterate the join
    cache. This is useful for engine condition pushdown in
    remote storage engines. In addition to push the condition,
    we can also push data to match rows during JOIN.
    This avoids full table scan and hence full table read
    over the network.
    
    Signed-off-by: Eduardo Berrocal <[email protected]>
    eberroca authored and LinuxJedi committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    57c9ef3 View commit details
    Browse the repository at this point in the history