neverchanje / chgcap-rs

A CDC library in Rust.
Apache License 2.0
16 stars 1 forks source link

implement the incremental snapshot algorithm that prevents locking to the DB. #9

Open neverchanje opened 1 year ago

neverchanje commented 1 year ago

After Netflix innovates the algorithm, DBLog: A Watermark Based Change-Data-Capture Framework, the whole industry follows up the work and implements it in different open-source projects.

Given that it's the best practice in the industry for snapshot loading, chgcap will need to implement it as well.