chyueyi commented on issue #6723:
URL: https://github.com/apache/inlong/issues/6723#issuecomment-1340976755

   > 这里是flink任务运行需要的Flink SQL。多表和整库同步的逻辑可以只关注多表部分,忽略单表的部分,可能会更容易理解。
   > 多表的核心是:
   > 1.mysql按正则读多表
   >   'database-name' = 'user_db',
   >   'table-name' = 'user_id_*'
   > (这部分文档中写的确实有问题)
   > 2.doris写设置如下参数:
   > 'sink.multiple.enable'
   > 'sink.multiple.format'
   > 'sink.multiple.database-pattern'
   > 'sink.multiple.table-pattern' 
   
   感谢大佬的回答👍🏻


-- 
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: commits-unsubscr...@inlong.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to