We have some users who are really looking forward ...
# announcements
g
We have some users who are really looking forward to log based replication on mssql, any chance we can pair with you guys to push the feature out faster?
1
j
we’re currently working on log-based replication for postgresql (our first source for log-based replication)
supporting other sources for log-based replication should come out more quickly after we release the first version for postgres.
is your interest in log-based replication on mssql mostly to capture deletes in large tables?
r
@Jared Rhizor (Airbyte) What WAL output plugin will be required to have CDC with PSQL source ?
j
For PSQL we’ll be using pgoutput
👍 1
For Postgres 10+ it’s included by default but must be enabled / a replication_slot must be assigned
g
Awesome, I’ll keep an eye out
r
@Jared Rhizor (Airbyte) I see that ticket is closed. Do I understand it correctly that PSQL CDC implementation uses Embedded Debezium?
j
Yes that’s right.
We’ve done some tuning so the results look like what we’re producing with incremental append and we’re doing some stuff for managing the state so we can run separate syncs instead of having one long-running job.
👍 1