MySQL - aws_mainframe_modernization_service - connect_cdc_mimix_share - Latest

AWS Mainframe Modernization - Data Replication for IBM i

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
AWS Mainframe Modernization > AWS Mainframe Modernization Service
Version
Latest
Language
English
Product name
AWS Mainframe Modernization
Title
AWS Mainframe Modernization - Data Replication for IBM i
Copyright
2024
First publish date
2003
Last updated
2024-02-01
Published on
2024-02-01T23:02:31.099696

MySQL is an open source relational database that is customizable and configurable.  All of the functionality that Connect CDC requires to support replication is available in MySQL. MySQL provides the following features that are relevant to Connect CDC:

  • Full transactional support to maintain database consistency including commit, rollback and transactional control.

  • The following transaction isolation levels are supported:

  • REPEATABLE READ

  • READ COMMITTED

  • READ UNCOMMITTED

  • SERIALIZABLE

  • Row level locking.

  • Snapshot queries that do not retain locks, comparable to Oracle’s.

  • An advanced JDBC driver that supports the 4.0 standard.

  • A load utility for copying data.