-
Notifications
You must be signed in to change notification settings - Fork 100
Q: can it support only dump some specific tables? #30
Comments
No, it's database based.
No. |
Do you have any plan to support this feature? |
No plans yet, but it will be easy to do. |
2 has high priority than 1. BTW , for 1 , I see the code cmd/config.go, and try add table = trainee_sub_center_info,trainee_center_info in [mysql] section, then run the mydumper, only those two tables are dumped. Does the tool already support 1st question? |
can the tool ignore some columns when dump the data? |
No, but it easy to do. |
ignore columns done: And more details to see: |
Thanks for your quick response. and looking forward to the feature (dump the data without schema and load the data into database). |
@BohuTANG, Is the feature(dump data without the schema sql, and then load the data into database via myloader) in your plan? |
Not yet. |
Will you plan support this feature? |
@BohuTANG same question does the feature(dump data without the schema sql, and then load the data into database via myloader) in your plan? |
Not yet. |
I have the following questions?
Can it support only dump some specific tables?
Can it only dump the data without the schema sql, and then load the data into database via myloader?
The text was updated successfully, but these errors were encountered: