
Designing Data-Intensive Applications – Single Leader Replication
Coding Blocks
00:00
Changing at a Capture
Rows based log replication is a preferred way to replicate data. This means you're dealing with the a rows that changed, instead of all the logic to get there. Log shipping would be more performant because it wouldn't have to re-run every time something happened. The book also touches on how some systems use different keys for each table.
Play episode from 01:42:32
Transcript



