PostgreSQL
Supported Ingestion Methods
Full
Incremental
It is highly recommended that a non-clustered, non-unique index on the column used for incremental queries
Change Data Capture (CDC)
For more information on ingestion methods, click here.
Enable Change Data Capture (CDC)
Configure server-level settings
Set
wal_level = logical
Set
max_replication_slots = #
(any number greater than 1, usually at least 10).
Create a dedicated replication slot
Grant permissions to user
Last updated