Tag

Database Sync

0 views collected around this technical thread.

Code Ape Tech Column
Code Ape Tech Column
Jul 18, 2023 · Backend Development

Comprehensive Guide to Application and Data Splitting Migration for High‑Volume C‑End Services

This article outlines a two‑stage migration strategy—application splitting and data splitting—detailing how to isolate APIs, message queues, and scheduled tasks, manage dual‑write database synchronization, ensure gray‑scale traffic routing, and perform validation to achieve a reliable, low‑risk transition for large‑scale backend systems.

API gatewayDatabase SyncSharding
0 likes · 12 min read
Comprehensive Guide to Application and Data Splitting Migration for High‑Volume C‑End Services
Efficient Ops
Efficient Ops
Dec 13, 2022 · Databases

How ClickHouse Replicates MySQL in Real-Time: A Step-by-Step Guide

This article explains how to configure ClickHouse as a MySQL replica using the MaterializeMySQL engine, covering code acquisition, MySQL master setup, ClickHouse slave configuration, handling of delete and update operations, and the underlying replication mechanism with practical code examples.

ClickHouseDatabase SyncMaterializeMySQL
0 likes · 10 min read
How ClickHouse Replicates MySQL in Real-Time: A Step-by-Step Guide