Learn how to seed destinations with existing data or replay events for robust Postgres change data capture (CDC) pipelines.
read
for each row in the table.
updated_at
as the sort column, you can specify a start position of 2025-01-01 00:00:00
.
select
queries are performant, as primary keys are always indexed.
For partial backfills, you choose a sort column. Sequin will order rows by the sort column. You may choose any column as the sort column, but we strongly recommend using a column that is indexed.