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

[Feature] multiple tables to one #26

Open
hantmac opened this issue Jan 30, 2024 · 0 comments
Open

[Feature] multiple tables to one #26

hantmac opened this issue Jan 30, 2024 · 0 comments

Comments

@hantmac
Copy link
Collaborator

hantmac commented Jan 30, 2024

feature description :

such as we have these tables that need to be synchronized.
mysql tables
a_0
a_1
b_0
b_1
c

databend tables
a
b
c

We can add two parameters to achieve this effect.
--including-tables="a_.|b_.|c"
--multi-to-one-origin="a_.|b_."
--multi-to-one-target="a|b"

Implementation principle :
1.Create only one table
2.Multiple tables to one side output stream

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant