cockroachdb / replicator

replicator is a toolkit for ingesting logical replication feeds into a CockroachDB cluster
Apache License 2.0
60 stars 23 forks source link

Suport backfilling pglogical connections #95

Open bobvawter opened 2 years ago

bobvawter commented 2 years ago

For simple use cases, we should support at least a simple way of copying the table data from the source db to the target cluster. If we use a pg_export_snapshot(), it would be possible to select data concurrently from all source tables that feed concurrent COPY INTO the destination cluster.

bobvawter commented 2 years ago

See #190

BramGruneir commented 1 year ago

This may be destined for Brooklyn Bridge, as it's an automation.