zhangjun0x01 commented on issue #1248:
URL:
https://github.com/apache/incubator-paimon/issues/1248#issuecomment-1569731786
hi, @tsreaper
"synchronize one or multiple tables from MySQL into one Paimon table"
mysql : db1.t1 + db2.t2 --> paimon : db. t3
"synchronize multiple MySQL tables to the corresponding paimon table"
mysql : db1.t1 + db2.t2 --> paimon : db1.t1 + db2.t2
the first case : we can synchronize multiple mysql table to one paimon table
, build a wide-table on paimon.
the second case : There is no relationship between the MySQL tables, so I
cannot merge them into one paimon table. I want to use one Flink job to
synchronize all MySQL tables to the corresponding paimon table, instead of
synchronizing one table for each Flink job, so that reduce resource consumption.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]