You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At Present, synchronizing mysql data in real time takes two steps. Firstly, synchronize database & table schema with SMT. Secondly, synchronize data with Flink SQL.
There are three areas for improvement in this method of data synchronization. First of all, flink SQL does not support dynamic schema change during data synchronization. After that, too many binlog parsing clients put a lot of pressure on MySQL servers. Finally, it is very troublesome for users that using two steps to complete real-time data synchronization.
A new data synchronization method is needed to optimize the above three problems.
The text was updated successfully, but these errors were encountered:
chenhaifengkeda
changed the title
support MySQL's entire database synchronization
support MySQL's entire database synchronization without many Flink SQL
Jan 22, 2024
At Present, synchronizing mysql data in real time takes two steps. Firstly, synchronize database & table schema with SMT. Secondly, synchronize data with Flink SQL.
There are three areas for improvement in this method of data synchronization. First of all, flink SQL does not support dynamic schema change during data synchronization. After that, too many binlog parsing clients put a lot of pressure on MySQL servers. Finally, it is very troublesome for users that using two steps to complete real-time data synchronization.
A new data synchronization method is needed to optimize the above three problems.
The text was updated successfully, but these errors were encountered: