AWS SCT 如何以及有什么用处?
How and for what is AWS SCT useful?
我希望将一些数据库(以 TB 为单位)从 Oracle、MS SQL 和 Sybase 迁移到 PostgreSQL
我遇到了 - SCT 作为可能有用的工具之一
关于 SCT 完成这项任务的可行性和能力,我有几个问题:
问题:
- AWS SCT 是否能够将数据库(数据和架构)从 Oracle、MS SQL 和 Sybase 迁移到 PostgreSQL?
- AWs SCT 是否能够迁移触发器、查询、视图和存储过程?
- 此迁移是在本地进行还是我需要 upload/transfer 将我的数据上传到 AWS 云计算或 S3 实例,migrate/convert 然后下载回来?
- 可以使用 AWS SCT 迁移的最大数据库大小是多少 (Giga/Terabytes/Records)?
- 数据库迁移的速度有多快(每次数据)?
- 迁移的准确性(百分比)是多少?
- 如何使用 AWS SCT 工具? (示例:它是否可供 public 下载?是否有任何付费许可证?它是否与我们必须购买的其他服务捆绑在一起?)
- 如果有任何可能对我的项目有帮助的关于 AWS 服务的额外信息,我将不胜感激。
AWS 架构转换工具仅转换架构。它不传输数据。
来自What Is the AWS Schema Conversion Tool?:
You can use the AWS Schema Conversion Tool (AWS SCT) to convert your existing database schema from one database engine to another. You can convert relational OLTP schema, or data warehouse schema. Your converted schema is suitable for an Amazon Relational Database Service (Amazon RDS) MySQL, MariaDB, Oracle, SQL Server, PostgreSQL DB, an Amazon Aurora DB cluster, or an Amazon Redshift cluster. The converted schema can also be used with a database on an Amazon EC2 instance or stored as data on an Amazon S3 bucket.
要传输数据,您可以使用 AWS 数据库迁移服务 (AWS DMS)。
来自What is AWS Database Migration Service?:
AWS Database Migration Service (AWS DMS) is a cloud service that makes it easy to migrate relational databases, data warehouses, NoSQL databases, and other types of data stores. You can use AWS DMS to migrate your data into the AWS Cloud, between on-premises instances (through an AWS Cloud setup), or between combinations of cloud and on-premises setups.
架构转换工具可以转换触发器,但请参阅 capabilities/limits 的文档。
模式转换工具是免费的。参见:Installing, verifying, and updating the AWS SCT
数据库迁移服务涉及一台服务器,所以它是有相关费用的。参见:AWS Database Migration Service Pricing - Amazon Web Services
我希望将一些数据库(以 TB 为单位)从 Oracle、MS SQL 和 Sybase 迁移到 PostgreSQL 我遇到了 - SCT 作为可能有用的工具之一 关于 SCT 完成这项任务的可行性和能力,我有几个问题:
问题:
- AWS SCT 是否能够将数据库(数据和架构)从 Oracle、MS SQL 和 Sybase 迁移到 PostgreSQL?
- AWs SCT 是否能够迁移触发器、查询、视图和存储过程?
- 此迁移是在本地进行还是我需要 upload/transfer 将我的数据上传到 AWS 云计算或 S3 实例,migrate/convert 然后下载回来?
- 可以使用 AWS SCT 迁移的最大数据库大小是多少 (Giga/Terabytes/Records)?
- 数据库迁移的速度有多快(每次数据)?
- 迁移的准确性(百分比)是多少?
- 如何使用 AWS SCT 工具? (示例:它是否可供 public 下载?是否有任何付费许可证?它是否与我们必须购买的其他服务捆绑在一起?)
- 如果有任何可能对我的项目有帮助的关于 AWS 服务的额外信息,我将不胜感激。
AWS 架构转换工具仅转换架构。它不传输数据。
来自What Is the AWS Schema Conversion Tool?:
You can use the AWS Schema Conversion Tool (AWS SCT) to convert your existing database schema from one database engine to another. You can convert relational OLTP schema, or data warehouse schema. Your converted schema is suitable for an Amazon Relational Database Service (Amazon RDS) MySQL, MariaDB, Oracle, SQL Server, PostgreSQL DB, an Amazon Aurora DB cluster, or an Amazon Redshift cluster. The converted schema can also be used with a database on an Amazon EC2 instance or stored as data on an Amazon S3 bucket.
要传输数据,您可以使用 AWS 数据库迁移服务 (AWS DMS)。
来自What is AWS Database Migration Service?:
AWS Database Migration Service (AWS DMS) is a cloud service that makes it easy to migrate relational databases, data warehouses, NoSQL databases, and other types of data stores. You can use AWS DMS to migrate your data into the AWS Cloud, between on-premises instances (through an AWS Cloud setup), or between combinations of cloud and on-premises setups.
架构转换工具可以转换触发器,但请参阅 capabilities/limits 的文档。
模式转换工具是免费的。参见:Installing, verifying, and updating the AWS SCT
数据库迁移服务涉及一台服务器,所以它是有相关费用的。参见:AWS Database Migration Service Pricing - Amazon Web Services