Upcoming presentations
No upcoming presentations...
Past presentations
Scaling PostgreSQL Change Data Capture using Open Source Airbyte
Large-scale synchronization that minimizes risk of data loss
Handling Change Data Capture (CDC) in PostgreSQL for large-scale synchronization presents unique challenges, particularly during the initial snapshot process. Traditional approaches can fail when the snapshot process exceeds the WAL retention period, leading to lost changes or costly resynchronizations. This issue becomes critical in high-transaction environments or with exceptionally large tab...