replicator
replicator copied to clipboard
Suport backfilling pglogical connections
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.
See #190
This may be destined for Brooklyn Bridge, as it's an automation.