| ▲ | Moving tables across PostgreSQL instances(ananthakumaran.in) | |||||||
| 78 points by ananthakumaran 4 days ago | 4 comments | ||||||||
| ▲ | vbilopav 2 hours ago | parent | next [-] | |||||||
Why not Foreign Data Wrappers? | ||||||||
| ▲ | Zaheer 15 hours ago | parent | prev | next [-] | |||||||
I recently learned that on RDS you can import data from S3. Handy feature for accomplishing similar goal: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_... | ||||||||
| ▲ | fourseventy 17 hours ago | parent | prev [-] | |||||||
I'm in the middle of doing a major version upgrade of postgres from pg15 to pg18 using the same logical replication techniques that this article talks about. As this article mentions, dropping the indexes on the new database before replication is key. Otherwise the replication takes forever because each insert needs to update the index as well. | ||||||||
| ||||||||