Replies: 1 comment
-
Hello, and thank you for taking the time to write this post. Regarding partitioned tables, support for maintaining the parent-child relationship is generally lacking. Based on the current mechanics of pg-osc, there is simply no support for it. This is less about particular challenges and more about implementation I would say. That said, I am working on a new tool called pg_flo (open source) which has a concept of source and destination database (both PostgreSQL) and uses logical replication under the hood to listen for changes on a table. You could set up the source and destination to be the same database in your case and, using the Thank you! |
Beta Was this translation helpful? Give feedback.
-
Hello,
We are considering using shadowing to migrate to PG. Most of our tables are partitioned and receive millions of transactions daily.
The readme mentions that this tool doesn't yet support partitioned tables. I assume you tried it and encountered issues.
Could you explain a bit about what are those issues, please?
It could help propose a proper PR to support.
Thanks for the tool & cheers!
Beta Was this translation helpful? Give feedback.
All reactions