简体   繁体   English

AWS SCT 如何以及有什么用处?

[英]How and for what is AWS SCT useful?

I am looking to migrate some databases (in Terabytes) from oracle, MS SQL and Sybase to PostgreSQL I came across - SCT as one of the tools which might be useful I have a few questions regarding the viability and ability of SCT for the task: I am looking to migrate some databases (in Terabytes) from oracle, MS SQL and Sybase to PostgreSQL I came across - SCT as one of the tools which might be useful I have a few questions regarding the viability and ability of SCT for the task:

Questions:问题:

  1. Is AWS SCT able to migrate databases (Data and Schema both) from Oracle, MS SQL and Sybase to PostgreSQL? AWS SCT 是否能够将数据库(数据和架构)从 Oracle、MS SQL 和 Sybase 迁移到 PostgreSQL?
  2. Is AWs SCT able to migrate Triggers, Queries, Views and Stored Procedures? AWS SCT 是否能够迁移触发器、查询、视图和存储过程?
  3. Does this migration happen on-premises or I will have upload/transfer to upload my data to AWS cloud compute or S3 instances, migrate/convert and download back?此迁移是否发生在本地,或者我需要上传/传输以将我的数据上传到 AWS 云计算或 S3 实例、迁移/转换并下载回来?
  4. What is the largest database size that can be migrated using AWS SCT (Giga/Terabytes/Records)?可以使用 AWS SCT 迁移的最大数据库大小是多少(千兆/兆字节/记录)?
  5. How fast is the database migrated (Data per Time)?数据库迁移的速度有多快(每次数据)?
  6. What is the accuracy of the migration (Percent)?迁移的准确度是多少(百分比)?
  7. how do I use the AWS SCT tool?如何使用 AWS SCT 工具? ( example: Is it available for public download? Are there any Paid licenses? Does it come bundled with some other service which we have to buy? ) (例如:它可以公开下载吗?是否有任何付费许可证?它是否与我们必须购买的其他服务捆绑在一起?)
  8. I would also appreciate if there is any extra information about AWS services which might help my project.如果有任何关于 AWS 服务的额外信息可能对我的项目有帮助,我也将不胜感激。

The AWS Schema Conversion Tool only converts the schema . AWS Schema Conversion Tool 仅转换架构 It does not transfer the data.传输数据。

From What Is the AWS Schema Conversion Tool?什么是 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.您可以使用 AWS Schema Conversion Tool (AWS SCT)将现有数据库架构从一个数据库引擎转换为另一个。 You can convert relational OLTP schema, or data warehouse schema.您可以转换关系 OLTP 架构或数据仓库架构。 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. 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.转换后的架构也可以与 Amazon EC2 实例上的数据库一起使用,或者作为数据存储在 Amazon S3 存储桶上。

To transfer the data, you could use the AWS Database Migration Service (AWS DMS).要传输数据,您可以使用AWS Database Migration Service (AWS DMS)。

From What is AWS Database Migration Service?什么是 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. AWS Database Migration Service (AWS DMS) 是一种云服务,可以轻松迁移关系数据库、数据仓库、NoSQL 数据库和其他类型的数据存储。 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.您可以使用 AWS DMS将数据迁移到 AWS 云中、在本地实例之间(通过 AWS 云设置)或在云和本地设置的组合之间迁移。

The Schema Conversion Tool can convert triggers, but please consult the documentation for capabilities/limits. Schema Conversion Tool 可以转换触发器,但请参阅文档以了解功能/限制。

The Schema Conversion Tool is free.模式转换工具是免费的。 See: Installing, verifying, and updating the AWS SCT请参阅: 安装、验证和更新 AWS SCT

The Database Migration Service involves a server, so it is has associated costs.数据库迁移服务涉及服务器,因此它具有相关成本。 See: AWS Database Migration Service Pricing - Amazon Web Services请参阅: AWS 数据库迁移服务定价 - Amazon Web 服务

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM