2. DBMS이야기/02. MySQL

MySQL Workbench: Tabkes and Data Migration

OSSW(Open Source System SoftWare 2014. 5. 26. 18:28

MySQL 워크벤치는 MS SQL Server 등 다른 RDBMS 테이블, 오브젝트, 데이터 등을 MySQL로 마이그레이션 하는 데 쉽고 완벽한 방법을 제공한다. 개발자들과 DBA들은 빠르고 쉽게 존재하는 어플리케이션을 MySQL과 MySQL에 의해 운영될 수 있는 어떤 시스템으로든 변형이 가능하다.

 

MySQL 워크벤치 마이그레이션 툴은 DBA와 개발자들이 시각적이고, 쉽게 포인트로 클릭할 수 있는 환경을 제공하여 시간을 줄이도록 해준다. 복잡한 마이그레이션 프로세스를 쉽게 구성 최적화 하고 관리할 수 있다. :

 ㅇ 마이그레이션 프로젝트 관리 - 마이그레이션을 하여 구성최적화, 복사, 수정, 실행, 스케쥴 관리가 가능하다.

 ㅇ 소스와 다겟 선정 - 유저들이 특정한 데이터 소스를 정의하도록 해주며, 마이그레이션 전에 미리 소스 데이터를 분석할 수 있도록 도와준다.

 ㅇ 오브젝트 마이그레이션 - 유저들이 마이그레이션하기 위한 오브젝트를 선택하는 것을 도와주고, 필요로 하는 곳에 타겟을 매핑할 수 있는 소스를 할당한다. 또한 마이그레이션 스크립트를 수정, 타겟 스키마를 생성하는 것이 가능하다.

 ㅇ 데이터 마이그레이션 - 사용자들이 소스와, 타겟 데이터와 데이터 타입을 맵핑하도록 도와주며, 데이터 변형을 실행하고, 필요할 때 데이터 변경 이벤트를 할당한다.

 

MySQL 워크벤치 마이그레이션 툴이 있다면, 유저들은 일반적이고 전통적인 방법을 사용한다면 몇 시간이나 몇일이 걸릴 마이그 레이션을 굉장히 짧은 시간 안에 마이그레이션 할 수 있다.

 

 

 

 

 

 

 

BY lee ji eun

 

출처 http://www.mysql.com/why-mysql/white-papers/mysql-workbench-database-design-development-administration/

 

MySQL Workbench provides a complete, easy to use solution for migrating Microsoft SQL Server and
other RDBMS tables, objects and data to MySQL. Developers and DBAs can quickly and easily
convert existing applications to run on MySQL and any of the operating systems supported by MySQL.
Figure 15 - MySQL Workbench Migration Tool provides a visual, point and click interface to
easily migration other RDBMS schema, objects and data to MySQL.
The MySQL Workbench Migration Tool is designed to save DBA and developer time by providing
visual, point and click ease of use around all phases of configuring and managing a complex
migration process:
• Migration project management - allows migrations to be configured, copied, edited,
executed and scheduled.
• Source and Target selection – allows users to define specific data sources and to analyze
source data in advance of the migration.
• Object migration – allows users to select objects to migrate, assign source to target mappings
where needed, edit migration scripts and create the target schema.
• Data migration – allows users to map source and target data and data types, set up data transfer
and assign post data transfer events where needed.
With the MySQL Workbench Migration Tool users can convert an existing database to MySQL in
minutes rather than hours or days that the same migration would require using traditional, manual
methods.