How to Implement Change Data Capture for MySQL and Postgres

An example architecture and multiple techniques

Lewis Gavin
Rockset
Published in
8 min readNov 15, 2021

--

There are multiple change data capture methods available when using a MySQL or Postgres database. Some of these methods overlap and are very similar regardless of which database technology you are using, others are different. Ultimately, we require a way to specify and detect what has…

--

--