|
|
|
|
|
by oskarpearson
1053 days ago
|
|
We use DMS in continuous replication mode, which appears to use CDC under the hood according to https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Task.C... In our setup DMS pushes Parquet files on s3. Snowflake then loads data from there. We’ve occasionally had to do a full table sync from scratch, which is painfully slow. We are going to have to do that in the very near future - when we are upgrading from Postgres 11 to Postgres 15. The S3 step also seems unnecessarily complicated, since we have to expire data from the bucket. How does PeerDB handle things like schema changes? Would the change replicate to Snowflake? (I’m sure this is in the docs, but I’m supposed to be on holiday this week ) Thanks for the quick reply. |
|