Tagged articles
28 articles
Page 1 of 1
Open Source Linux
Open Source Linux
Mar 27, 2024 · Operations

Why RPO & RTO Matter: Cloud Disaster Recovery in China’s Expanding Market

The article examines how recent Chinese cybersecurity regulations have heightened the importance of business continuity, explains key disaster‑recovery metrics RPO and RTO, outlines data‑, application‑, and business‑level backup tiers, analyzes the cloud‑based disaster‑recovery market growth, and highlights sector‑specific demands such as in healthcare.

Market analysisRPORTO
0 likes · 7 min read
Why RPO & RTO Matter: Cloud Disaster Recovery in China’s Expanding Market
Architects' Tech Alliance
Architects' Tech Alliance
Mar 13, 2024 · Industry Insights

Why China’s Disaster Recovery Market Is Booming: Trends, Levels, and Cloud Backup Insights

The 2023 overview of China’s disaster recovery and backup industry reveals how new cybersecurity regulations, rising RPO/RTO expectations, a three‑tier protection model, and the shift to cloud‑based solutions are driving rapid market growth across sectors such as healthcare, while competition remains fragmented among many vendors.

China MarketCloud BackupIndustry analysis
0 likes · 8 min read
Why China’s Disaster Recovery Market Is Booming: Trends, Levels, and Cloud Backup Insights
Architects' Tech Alliance
Architects' Tech Alliance
Feb 24, 2024 · Operations

How the Two‑Site Three‑Center Disaster Recovery Model Boosts Business Continuity

The article explains the two‑site three‑center disaster‑recovery architecture—comprising a production site, a same‑city backup, and a remote backup—detailing synchronous and asynchronous data replication, failover capabilities, Oracle Data Guard implementation, and why this hybrid approach delivers superior RPO, RTO, and availability for enterprises.

InfrastructureOracle Data GuardRPO
0 likes · 6 min read
How the Two‑Site Three‑Center Disaster Recovery Model Boosts Business Continuity
Cloud Native Technology Community
Cloud Native Technology Community
Feb 2, 2024 · Cloud Native

Achieving Sub‑2‑Hour RTO: A Cloud‑Native Disaster Recovery Blueprint for Enterprises

This article examines how a leading global industrial group leveraged a cloud‑native platform to design a disaster‑recovery solution that meets a sub‑2‑hour RTO and a 1‑minute RPO, detailing architecture, data‑layer strategies, middleware replication, application and access‑layer handling, and operational best practices.

ACPCloud NativeGitOps
0 likes · 17 min read
Achieving Sub‑2‑Hour RTO: A Cloud‑Native Disaster Recovery Blueprint for Enterprises
Aikesheng Open Source Community
Aikesheng Open Source Community
Nov 13, 2023 · Databases

MySQL Backup and Recovery Best Practices

This article explains why MySQL backups are essential, defines RTO and RPO, compares physical and logical backup methods, describes snapshot, binary‑log, incremental and differential strategies, and provides best‑practice recommendations and example commands for reliable backup and recovery.

BackupPercona XtraBackupRPO
0 likes · 13 min read
MySQL Backup and Recovery Best Practices
Aikesheng Open Source Community
Aikesheng Open Source Community
Oct 31, 2023 · Databases

MySQL Disaster Recovery: Multi‑Region Three‑Center Replication and RTO/RPO Optimization

This article explains the principles of disaster recovery for MySQL, covering RTO/RPO metrics, national backup level standards, common master‑slave topologies, a comparative analysis of high‑availability solutions, and a detailed three‑center multi‑region replication design with code patches to avoid replication loops.

RPORTOReplication
0 likes · 17 min read
MySQL Disaster Recovery: Multi‑Region Three‑Center Replication and RTO/RPO Optimization
Architects' Tech Alliance
Architects' Tech Alliance
Sep 19, 2022 · Operations

Fundamentals of Data Replication, Backup, and Disaster Recovery

This article explains the core concepts of disaster recovery and data backup—including RTO, RPO, recovery levels, cloud disaster recovery, backup types, copy data management, deduplication, compression, and block/file/database backup—while also noting related commercial offerings.

Copy Data ManagementRPORTO
0 likes · 13 min read
Fundamentals of Data Replication, Backup, and Disaster Recovery
AntTech
AntTech
Aug 23, 2022 · Databases

OceanBase 4.0 Core Technology Overview

The OceanBase 4.0 core technology presentation recounts twelve years of evolution from the early 0.1 version to a single-node distributed integrated database, highlighting breakthroughs such as sub-8-second RTO, RPO = 0, Paxos three-replica high availability, and competitive performance in TPC-C and TPC-H benchmarks.

MySQL compatibilityOceanBasePaxos
0 likes · 8 min read
OceanBase 4.0 Core Technology Overview
dbaplus Community
dbaplus Community
May 28, 2022 · Databases

Mastering MySQL Backups: Strategies, Tools, and RTO/RPO Optimization

This article explains why backup is the last line of data security, outlines multi‑location and multi‑media deployment requirements, compares physical and logical backup methods, reviews MySQL backup tools, evaluates their speed, and provides practical guidance for testing backup validity and minimizing RTO and RPO.

Backup ToolsDatabase BackupPhysical Backup
0 likes · 14 min read
Mastering MySQL Backups: Strategies, Tools, and RTO/RPO Optimization
Alibaba Cloud Native
Alibaba Cloud Native
Jan 3, 2022 · Cloud Native

How to Build Minute‑Level Hybrid Cloud Disaster Recovery with MSHA Multi‑Active Architecture

This guide walks through a hybrid cloud disaster‑recovery demo for an e‑commerce platform, detailing business background, requirements, challenges, the MSHA‑based active‑active solution, step‑by‑step implementation, and verification of sub‑minute RPO/RTO using Alibaba Cloud services and Chaos engineering.

Active-ActiveAlibaba CloudMSHA
0 likes · 13 min read
How to Build Minute‑Level Hybrid Cloud Disaster Recovery with MSHA Multi‑Active Architecture
Efficient Ops
Efficient Ops
Oct 20, 2021 · Databases

Mastering MySQL Backups: Strategies, Tools, and RTO/RPO Optimization

This article explains why database backup is essential, outlines multi‑region and multi‑media deployment requirements, compares physical and logical backup methods, reviews MySQL backup tools, shows performance differences, and provides practical guidance on verifying backup integrity and minimizing RTO and RPO.

Physical BackupRPORTO
0 likes · 12 min read
Mastering MySQL Backups: Strategies, Tools, and RTO/RPO Optimization
HelloTech
HelloTech
Jul 12, 2021 · Operations

Introduction to System Stability: Concepts, Metrics, and Practices

The article explains Haro’s approach to system stability—defining high‑availability, key metrics such as SLA, RPO/RTO, MTTR/MTBF, and the 5‑5‑10 rule—while outlining cultural and technical safeguards, full‑team participation, process integration, and incremental tooling to prevent faults and ensure rapid recovery.

MTTRRPORTO
0 likes · 11 min read
Introduction to System Stability: Concepts, Metrics, and Practices
Code Ape Tech Column
Code Ape Tech Column
Jan 25, 2021 · Fundamentals

Mastering TCP: Handshake, Flow Control, Congestion Control and More

This comprehensive guide explains TCP fundamentals—including the differences between TCP and UDP, the three‑way handshake, four‑way termination, half‑open queues, SYN‑Flood attacks, header fields, Fast Open, timestamps, retransmission timeout calculation, flow and congestion control, Nagle's algorithm, delayed ACKs, and keep‑alive mechanisms—providing clear examples and diagrams for each concept.

Flow ControlHandshakeNetworking
0 likes · 29 min read
Mastering TCP: Handshake, Flow Control, Congestion Control and More
FunTester
FunTester
Dec 12, 2020 · Operations

Why Redundancy Is the Key to Effective Disaster Recovery in IT Systems

The article explains that disaster recovery for information systems relies on redundancy across hardware, energy, and data, classifies natural, human, and technical disasters, defines critical metrics such as RTO and RPO, and outlines the technologies, architectures, and maturity levels needed to ensure business continuity.

RPORTObusiness continuity
0 likes · 29 min read
Why Redundancy Is the Key to Effective Disaster Recovery in IT Systems
Architects' Tech Alliance
Architects' Tech Alliance
Oct 2, 2019 · Operations

Understanding Disaster Tolerance, Fault Tolerance, and Disaster Recovery: Concepts, Differences, and Implementation Strategies

This article explains the definitions of disaster tolerance, fault tolerance, and disaster recovery, compares their purposes, discusses backup versus disaster‑tolerance solutions, outlines key metrics such as RTO and RPO, and presents common architectural and investment considerations for building resilient enterprise systems.

BackupIT OperationsRPO
0 likes · 8 min read
Understanding Disaster Tolerance, Fault Tolerance, and Disaster Recovery: Concepts, Differences, and Implementation Strategies
Alibaba Cloud Developer
Alibaba Cloud Developer
Aug 30, 2019 · Information Security

How Elastic Assured Continuous Data Protection Reduces RPO to Zero

This article examines the rising importance of data security, explains continuous data protection (CDP) concepts, compares traditional backup methods with CDP, outlines implementation models, reviews major vendor solutions, and introduces an elastic, verifiable CDP approach for cloud environments.

Continuous Data ProtectionRPORTO
0 likes · 15 min read
How Elastic Assured Continuous Data Protection Reduces RPO to Zero
Tencent Cloud Developer
Tencent Cloud Developer
Nov 6, 2018 · Databases

Design and Implementation of High‑Availability MySQL

The talk by Tencent’s senior MySQL engineer explains high‑availability concepts—99.95% uptime, RPO/RTO metrics, backup methods, and replication modes—while comparing single‑node, shared‑storage, and share‑nothing architectures, detailing failover tools (Keepalived, MMM, MHA), cluster solutions (PXC, MGC, Group Replication) and NewSQL examples such as Aurora, PolarDB and CynosDB.

BackupDatabase ArchitectureRPO
0 likes · 15 min read
Design and Implementation of High‑Availability MySQL
UC Tech Team
UC Tech Team
Oct 23, 2018 · Operations

Understanding Faults and Fault Isolation Strategies in Distributed Systems

The article explains what constitutes a fault, introduces key metrics such as RPO and RTO, and describes various fault isolation principles, patterns, and practical examples—including dependency degradation, failover, dynamic adjustment, fast‑fail, caching, rate limiting, and resource isolation—to improve system reliability.

OperationsRPORTO
0 likes · 14 min read
Understanding Faults and Fault Isolation Strategies in Distributed Systems
dbaplus Community
dbaplus Community
Jul 14, 2016 · Databases

Mastering Oracle Data Guard: Design, Tips, and Common Pitfalls

This article provides a comprehensive guide to Oracle Data Guard, covering its disaster‑recovery concepts, RTO/RPO standards, hardware‑to‑application level design considerations, standby design options, sensitive data‑file operations, switchover/failover advice, SQL auditing with Snapshot Standby, and practical tips for building or rebuilding a Data Guard environment.

DG BrokerData GuardOracle
0 likes · 20 min read
Mastering Oracle Data Guard: Design, Tips, and Common Pitfalls