pgflo / pg_flo

Stream, transform, and route PostgreSQL data in real-time.
https://pgflo.io
Apache License 2.0
664 stars 13 forks source link

With `--target-sync-schema` only sync the schema for tables up for replication #42

Open shayonj opened 1 week ago

shayonj commented 1 week ago

This way, we don't sync the schema for the whole DB. No major concerns, but the DDL tracking is only for the table that are marked up for replication, so good to be in sync.

shayonj commented 1 day ago

This is a bit tricky because it happens on the worker side. Perhaps should move it to the replicator side. Worth it perhaps.