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

✨ pipeline parallelism #2267

Open
joocer opened this issue Jan 18, 2025 · 0 comments
Open

✨ pipeline parallelism #2267

joocer opened this issue Jan 18, 2025 · 0 comments
Labels
⚙️ Query Executor Component Label - Executor ⚙️ Query Optimizer Component Label - Optimizer

Comments

@joocer
Copy link
Contributor

joocer commented Jan 18, 2025

Split plans into pipelines (series of stateless ops)

Parallelize these pipelines

Merge at pipeline breakers, potentially setting off a new series of pipelines

This would be another planning step, after physical planning called "pipeline planning"

@joocer joocer added ⚙️ Query Optimizer Component Label - Optimizer ⚙️ Query Executor Component Label - Executor labels Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚙️ Query Executor Component Label - Executor ⚙️ Query Optimizer Component Label - Optimizer
Projects
None yet
Development

No branches or pull requests

1 participant