-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
type/feature-requestCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Description
Feature Request
Is your feature request related to a problem? Please describe:
Currently, conventional DDLs are running in serial. The time spent is significant in scenarios that thousands of DDLs are fired at the same time.
Describe the feature you'd like:
Therefore, it is necessary to support parallel execution of DDL operations such as CREATE TABLE to enhance the performance of DDL execution. This is particularly crucial in scenarios where users need to create tens of thousands of tables
Describe alternatives you've considered:
Teachability, Documentation, Adoption, Migration Strategy:
Metadata
Metadata
Assignees
Labels
type/feature-requestCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.