Tag

DTLE

1 views collected around this technical thread.

Aikesheng Open Source Community
Aikesheng Open Source Community
Jul 6, 2023 · Databases

Impact of MySQL lower_case_table_names on DTLE Data Synchronization

This article investigates how differing MySQL lower_case_table_names settings between source and target affect DTLE's ability to synchronize data, presenting test scenarios, observed behaviors, and recommendations for configuration and job management.

DTLEMySQLdata synchronization
0 likes · 10 min read
Impact of MySQL lower_case_table_names on DTLE Data Synchronization
Aikesheng Open Source Community
Aikesheng Open Source Community
Apr 14, 2023 · Databases

DTLE 4.23.04.0 Release Notes – Open‑Source MySQL Data Transfer Component

The DTLE 4.23.04.0 release introduces numerous MySQL‑focused enhancements and bug fixes—including timestamp handling, UUID processing, transaction retry logic, UTF‑8 support, and API improvements—while providing download links, repository information, and recommended reading for users of this open‑source data transfer component.

DTLEDatabaseMySQL
0 likes · 4 min read
DTLE 4.23.04.0 Release Notes – Open‑Source MySQL Data Transfer Component
Aikesheng Open Source Community
Aikesheng Open Source Community
Nov 18, 2022 · Databases

DTLE 4.22.11.0 Release Notes – New Features, Configuration Changes, and Bug Fixes

DTLE 4.22.11.0 introduces major job configuration changes, new log settings, a TwoWaySync parameter for bidirectional replication, beta Kafka credentials, and fixes for Decimal column defaults, while providing updated documentation links and download resources for the open‑source MySQL data transfer component.

DTLEMySQLRelease Notes
0 likes · 3 min read
DTLE 4.22.11.0 Release Notes – New Features, Configuration Changes, and Bug Fixes
Aikesheng Open Source Community
Aikesheng Open Source Community
Sep 17, 2022 · Databases

Weekly Community Tech Digest: DBLE, DTLE, SQLE Updates and Featured Articles

This weekly digest curates top community technical articles and release notes, highlighting PostgreSQL vs MySQL comparisons, architecture diagram tips, a six‑hour pagination incident, MySQL core‑dump handling, new DBLE features, DTLE performance boosts, and SQLE multi‑source audit enhancements.

DBLEDTLEMySQL
0 likes · 5 min read
Weekly Community Tech Digest: DBLE, DTLE, SQLE Updates and Featured Articles
Aikesheng Open Source Community
Aikesheng Open Source Community
Sep 14, 2022 · Databases

DTLE 4.22.07.2 Release Notes – New Features, Fixes and Resources

The DTLE 4.22.07.2 release introduces performance‑boosting pipeline enhancements for large transactions, continuous insert optimizations, data chunking for massive loads, a new DumpEntryLimit setting, and bug fixes, while providing repository links, documentation, and recommended articles for further exploration.

DTLEMySQLRelease Notes
0 likes · 4 min read
DTLE 4.22.07.2 Release Notes – New Features, Fixes and Resources
Aikesheng Open Source Community
Aikesheng Open Source Community
Jul 23, 2022 · Databases

Weekly Community News and Open‑Source Updates for DBLE, DTLE, and SQLE

This weekly roundup shares community and industry news, open‑source project updates, bug fixes, and upcoming plans for the DBLE distributed middleware, DTLE data‑transfer component, and SQLE SQL‑audit tool, along with links to detailed articles and recruitment notices.

Community UpdatesDBLEDTLE
0 likes · 6 min read
Weekly Community News and Open‑Source Updates for DBLE, DTLE, and SQLE
Aikesheng Open Source Community
Aikesheng Open Source Community
Jul 2, 2022 · Databases

Weekly Community Update: MySQL, DBLE, DTLE, and SQLE News and Progress

This weekly community newsletter summarizes the latest MySQL‑related articles, open‑source middleware updates for DBLE, DTLE and SQLE, bug fixes, feature developments, upcoming plans, and invites community feedback, providing a concise technical snapshot for database practitioners.

DBLEDTLEDatabase
0 likes · 4 min read
Weekly Community Update: MySQL, DBLE, DTLE, and SQLE News and Progress
Aikesheng Open Source Community
Aikesheng Open Source Community
Jun 3, 2022 · Databases

Weekly Community Update: MySQL Licensing, Bug Fixes, and DBLE/DTLE/SQLE Open‑Source Progress

This weekly community newsletter summarizes recent MySQL licensing research, bug fixes, open-source middleware updates for DBLE, DTLE, and SQLE, highlights new features, community Q&A, and upcoming plans, providing developers with concise technical insights and resource links.

Community UpdateDBLEDTLE
0 likes · 4 min read
Weekly Community Update: MySQL Licensing, Bug Fixes, and DBLE/DTLE/SQLE Open‑Source Progress
Aikesheng Open Source Community
Aikesheng Open Source Community
Apr 24, 2022 · Operations

Enabling HTTPS Access Mode for DTLE Using a Self‑Signed SSL Certificate

This guide walks through downloading DTLE, generating a self‑signed SSL certificate, configuring Nomad with the certificate and key, starting the DTLE services, and verifying HTTPS access to securely protect database credentials during data transfer.

DTLEDevOpsHTTPS
0 likes · 7 min read
Enabling HTTPS Access Mode for DTLE Using a Self‑Signed SSL Certificate
Aikesheng Open Source Community
Aikesheng Open Source Community
Apr 23, 2022 · Databases

Weekly Community Update: DBLE, DTLE, SQLE and MySQL News

This weekly roundup from the DBLE open‑source community shares the latest MySQL‑related news, feature releases, bug fixes, and upcoming plans for DBLE, DTLE, and SQLE, providing developers with concise technical updates and links to detailed articles.

Community UpdatesDBLEDTLE
0 likes · 5 min read
Weekly Community Update: DBLE, DTLE, SQLE and MySQL News
Aikesheng Open Source Community
Aikesheng Open Source Community
Apr 19, 2022 · Databases

DTLE 4.22.04.0 Release Notes – New Features and Fixes

The DTLE 4.22.04.0 release introduces UTF‑32 support, Chinese table name handling, enhanced ColumnMapFrom conversion, expanded SqlFilter capabilities, additional logging, and numerous bug fixes including procedure handling, DDL panic prevention, and task list display issues, with links to documentation and related articles.

Bug FixesDTLEFeature Updates
0 likes · 4 min read
DTLE 4.22.04.0 Release Notes – New Features and Fixes
Aikesheng Open Source Community
Aikesheng Open Source Community
Apr 12, 2022 · Databases

Using pt-osc for Table DDL Changes with DTLE: Procedure and Support

This article explains how DTLE supports pt-osc table schema changes by describing pt-osc's underlying mechanism, DTLE's DDL capabilities, and step‑by‑step instructions for deploying DTLE, preparing MySQL data, configuring a DTLE job, running pt‑online‑schema‑change, and verifying successful synchronization.

DDLDTLEMySQL
0 likes · 7 min read
Using pt-osc for Table DDL Changes with DTLE: Procedure and Support
Aikesheng Open Source Community
Aikesheng Open Source Community
Mar 21, 2022 · Databases

MySQL‑to‑DBLE Data Synchronization Using DTLE: Full and GTID‑Based Incremental Sync Guide

This article provides a step‑by‑step tutorial on deploying a DBLE cluster, configuring sharding.xml, db.xml and user.xml, creating test tables, installing DTLE, performing full MySQL‑to‑DBLE data migration, then switching to GTID‑based incremental synchronization with detailed troubleshooting tips and best‑practice recommendations.

DBLEDTLEGTID
0 likes · 15 min read
MySQL‑to‑DBLE Data Synchronization Using DTLE: Full and GTID‑Based Incremental Sync Guide
Aikesheng Open Source Community
Aikesheng Open Source Community
Mar 3, 2022 · Databases

Using DTLE 4.22.01.0 for Oracle‑MySQL Incremental Data Synchronization

This article provides a step‑by‑step guide on configuring DTLE 4.22.01.0 to perform Oracle‑to‑MySQL incremental data synchronization, covering type mapping, DML/DDL support, environment setup, job creation, data verification, and handling of compatibility limitations.

DTLEIncremental ReplicationMySQL
0 likes · 18 min read
Using DTLE 4.22.01.0 for Oracle‑MySQL Incremental Data Synchronization
Aikesheng Open Source Community
Aikesheng Open Source Community
Jan 29, 2022 · Databases

Weekly Community Newsletter: MySQL, DBLE, DTLE, and SQLE Updates

This weekly community newsletter summarizes the latest MySQL change‑buffer insights, data‑consistency checks, new password policies, releases of DBLE, DTLE, and SQLE middleware, along with bug fixes, feature improvements, community Q&A, and plans for the upcoming week.

DBLEDTLEDatabaseMiddleware
0 likes · 5 min read
Weekly Community Newsletter: MySQL, DBLE, DTLE, and SQLE Updates
Aikesheng Open Source Community
Aikesheng Open Source Community
Jan 27, 2022 · Databases

DTLE 4.22.01.0 Release Notes – New Features and Bug Fixes

DTLE 4.22.01.0, an open‑source MySQL‑focused data transfer component, has been released, introducing Oracle‑MySQL incremental DDL/DML sync, enhanced WHERE clause support, initial Kafka schema‑change handling, and numerous bug fixes including binlog relay issues, character‑set handling, and CREATE TABLE … LIKE renaming problems.

DTLEKafkaMySQL
0 likes · 4 min read
DTLE 4.22.01.0 Release Notes – New Features and Bug Fixes
Aikesheng Open Source Community
Aikesheng Open Source Community
Dec 10, 2021 · Databases

DTLE 3.21.11.0 Release Notes – New Features and Fixes

The DTLE 3.21.11.0 release introduces MySQL‑specific enhancements such as partitioned table creation, geometry type support, multi‑threaded replay with unique columns, and large‑transaction handling, while also fixing an alter‑table rename issue, and provides download links and related reading resources.

DTLEDatabase ToolsMySQL
0 likes · 3 min read
DTLE 3.21.11.0 Release Notes – New Features and Fixes
Aikesheng Open Source Community
Aikesheng Open Source Community
Nov 15, 2021 · Databases

DTLE 3.21.10.0 Release Notes – New Features and Updates

The DTLE 3.21.10.0 release introduces foreign‑key support, a new job parameter for foreign key checks, cascade operations, handling of large‑memory transactions, and various bug fixes and refactorings, providing a more robust MySQL data‑transfer solution.

DTLEDatabase ToolsMySQL
0 likes · 4 min read
DTLE 3.21.10.0 Release Notes – New Features and Updates
Aikesheng Open Source Community
Aikesheng Open Source Community
Nov 9, 2021 · Cloud Native

Using Nomad Constraints to Control DTLE Failover Domains

This article explains how to configure Nomad constraints, particularly the datacenter attribute, to limit DTLE client failover within specific data centers, detailing job structure, attribute selection, deployment steps, and verification of task migration.

ConstraintDTLEDataCenter
0 likes · 8 min read
Using Nomad Constraints to Control DTLE Failover Domains