Manual initial import and then watch changes #210
|
So I have a table with huge amount of data and I want to import this data to ClickHouse. I tried to run Thanks |
Replies: 3 comments
|
+1 |
|
+1 |
|
Implemented here #240 - added config option |
Implemented here #240 - added config option
skip_initial_replication, with this option you responsible for creating all the structure and initial data copy yourself. Somysql_ch_replicatorwill only handle new events.Available in
v0.1.11releasePS. Don't forget to add a _version column to every table in CH, otherwise it won't work.