pingcap-inc / tidb2dw

Replicate data changes from TiDB to Data Warehouses in real-time
MIT License
13 stars 7 forks source link

Let replicate snapshot & increment in the same goroutine #61

Closed Lloyd-Pottiger closed 1 year ago

Lloyd-Pottiger commented 1 year ago

Let replicate snapshot & increment in the same goroutine, so that we do not need to wait all tables load snapshot done.