-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Unified Distributed Parallel Execution Framework #41495
Labels
Comments
zimulala
added
the
type/feature-request
Categorizes issue or PR as related to a new feature.
label
Feb 16, 2023
12 tasks
12 tasks
12 tasks
This was referenced Jul 18, 2023
Closed
12 tasks
12 tasks
12 tasks
12 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Feature Request
Is your feature request related to a problem? Please describe:
In the first phase, we implemented a concise distributed DDL processing framework. In the second phase, I hope to change this framework to be more general, so that more functions (currently TTL and Import, etc.) can be connected, so as to achieve a unified distributed parallel execution framework.
Development Plan
Each module Plan
Util
*_test
#42262Handle
Storage
GlobalTaskManager
andSubtaskManager
#42785disttask.TaskManager
use resource pool to get session #42831Scheduler
Dispatcher
detectTask
in parallel for dispatcher #42383Client
Example
DDL
add index
with the framework #42974Import
system variables
Test Plan
The text was updated successfully, but these errors were encountered: