Replies: 1 comment
-
You might wanna try the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In my case, I need to sync whole database that include thousands tables with real-time.
I can use
insert into ... select ...
to sync one table, but if I have thousands table, Do I need to execute the same number of jobs?That means I should be have much more servers?
I know this question is not about flink-cdc-connector, but I really want to know the answer, thank you every body.
Beta Was this translation helpful? Give feedback.
All reactions