-
Notifications
You must be signed in to change notification settings - Fork 188
Create tables in parallel in load unit #717
Comments
In fact, I don't think DM should do this special thing. and it may not work in many cases, like a proxy between DM and TiDB. |
Now I want the alternative: Send the DDL request concurrently. It would be useful when the number of the database's table is large but the data is not much. @lance6716 PTAL. |
Yes, if there are a lot of table, the performance of sending ddl tasks in parallel will be much better. |
/pick-up |
It is not a pickable issue! DetailsTip : If you want this issue to be picked, you need to add a Warning: None |
Can I pick up this issue? |
It has been added to the challenge program, but your issue description has some problems. DetailsTip :
Warning: The description format for this issue is wrong. |
added, please check again |
Thx! /pick-up |
Pick up success. DetailsTip :
Warning: |
The description of issue updated, but still has some problems. DetailsTip :
Warning: The description format for this issue is wrong. |
@hidehalo You did not submit PR within 7 days, so give up automatically. |
/pick-up |
Pick up success. DetailsTip :
Warning: |
The description of issue updated, but still has some problems. DetailsTip :
Warning: The description format for this issue is wrong. |
@hidehalo You did not submit PR within 7 days, so give up automatically. |
/pick-up |
Pick up success. DetailsTip :
Warning: |
The description of issue updated, but still has some problems. DetailsTip :
Warning: The description format for this issue is wrong. |
@hidehalo You did not submit PR within 7 days, so give up automatically. |
/pick-up |
Pick up success. |
@hidehalo You did not submit PR within 7 days, so give up automatically. |
/pick-up |
Pick up success. |
@hidehalo You did not submit PR within 7 days, so give up automatically. |
/pick-up |
Pick up success. |
@hidehalo You did not submit PR within 7 days, so give up automatically. |
/pick-up |
Pick up success. |
Feature Request
Is your feature request related to a problem? Please describe:
Currently, DM Sends the DDL request serially. If the TiDB is not the owner, it will take about 1s to deal with this request. For example, the create table statement is about to take 1s. But if the request is sent to the owner, it will take only 100ms.
Describe the feature you'd like:
DM can automatically send the ddl request to the owner.
Describe alternatives you've considered:
Send the del request concurrently, it's better, but still slower than to the owner directly.
Teachability, Documentation, Adoption, Migration Strategy:
No
Score
Mentor
The text was updated successfully, but these errors were encountered: