MySQL - connect_cdc_mimix_share - Latest

Connect CDC System Reference Guide

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect CDC (MIMIX Share)
Version
Latest
Language
English
Product name
Connect CDC
Title
Connect CDC System Reference Guide
Copyright
2024
First publish date
2003
ft:lastEdition
2024-08-20
ft:lastPublication
2024-08-20T21:40:14.000381

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.