admin管理员组

文章数量:1300033

I need to move tables from a PostgreSQL data warehouse on an EC2 instance using AWS DMS, but I'm encountering issues with geometry types and large geometries. To migrate the entire set of tables, I've converted these geometry types to WKT (Well-Known Text) columns. However, now DMS is truncating the large strings!

I expect that DMS can handle large geometries for smoother migrations.

本文标签: how handle dms for large geometry types in postgresqlStack Overflow