Skip to content

WIP: Remote lookup join implementation #129013

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

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

smalyshev
Copy link
Contributor

@smalyshev smalyshev commented Jun 5, 2025

This patch enables using LOOKUP JOIN with cross-cluster queries. Example:

FROM logs-*, remote:logs-* | LOOKUP JOIN clients on ip | SORT timestamp | LIMIT 100 

@smalyshev smalyshev force-pushed the remote-lookup-join branch from 7070afb to 64e3138 Compare June 5, 2025 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants