-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Right now, pg_replicate will calling BatchDataPipeline::start, it will keep consuming cdc stream in a loop, and there's no way to add a table or drop a table from the stream.
- We need a way for pg_mooncake to add a table to subscriber.
- Currently we are fetching table metadata on BatchDataPipeline::start by querying postgres, probably need a new way.
- For replicating existing heap table, we need a way to 'backfill' before start applying cdc.
Metadata
Metadata
Assignees
Labels
No labels