Tagged articles
112 articles
Page 2 of 2
Efficient Ops
Efficient Ops
Oct 30, 2016 · Operations

How Google Music Recovered 1.5 PB of Lost Data After a Massive Deletion Bug

In March 2012, a privacy‑driven deletion pipeline mistakenly erased hundreds of thousands of Google Music files, prompting SREs to launch a massive data‑recovery effort that involved MapReduce impact analysis, tape‑based backups, and a complete redesign of the deletion system.

Data RecoveryGoogle MusicLarge-Scale Deletion
0 likes · 14 min read
How Google Music Recovered 1.5 PB of Lost Data After a Massive Deletion Bug
ITPUB
ITPUB
Sep 24, 2016 · Databases

Recover a Dropped MySQL Database Using Full Backup and Binlog Incrementals

This guide shows how to restore a MySQL database that was accidentally dropped by combining a nightly full mysqldump backup (with master‑log info) and the subsequent binlog files, extracting only the needed statements and replaying them in order.

BackupBinlogData Recovery
0 likes · 8 min read
Recover a Dropped MySQL Database Using Full Backup and Binlog Incrementals
ITPUB
ITPUB
Sep 21, 2016 · Operations

How Tencent Cloud Recovered Lost Data in a 2‑Day Storage Crisis

In a two‑day incident, Tencent Cloud's CBS team diagnosed cell failures, implemented directed reads and a dual‑cell merge strategy, and restored three‑copy data integrity, while uncovering monitoring gaps and tool limitations that inform future storage operations.

Data Recoverycloud storagedistributed storage
0 likes · 9 min read
How Tencent Cloud Recovered Lost Data in a 2‑Day Storage Crisis
Architects' Tech Alliance
Architects' Tech Alliance
Jul 20, 2016 · Operations

How Distributed Indexing Improves Backup Performance and Scalability

The article explains how traditional centralized backup indexes become performance bottlenecks as data grows, and details Simpana's two‑level distributed indexing architecture—primary and secondary indexes—showing how it enhances backup speed, reduces network load, and simplifies recovery across multi‑site environments.

BackupData RecoveryOperations
0 likes · 7 min read
How Distributed Indexing Improves Backup Performance and Scalability
Efficient Ops
Efficient Ops
May 29, 2016 · Databases

Recover Accidentally Deleted MySQL/MariaDB Data with Binlog Flashback

This article explains how to simulate a flashback feature for MySQL and MariaDB by parsing binlogs, allowing you to restore tables after accidental DELETE or UPDATE operations without relying on full backups, and provides step‑by‑step commands and precautions.

BinlogData RecoveryDatabase Administration
0 likes · 6 min read
Recover Accidentally Deleted MySQL/MariaDB Data with Binlog Flashback
Qunar Tech Salon
Qunar Tech Salon
Mar 30, 2016 · Operations

Top 11 Linux Data Recovery Tools

This article introduces eleven Linux-based data recovery utilities, describing their main features, usage scenarios, and official download links, to help users protect and restore valuable data after hard‑drive failures or system crashes.

Data RecoveryLinuxOpen source
0 likes · 9 min read
Top 11 Linux Data Recovery Tools
Architect
Architect
Mar 4, 2016 · Cloud Computing

Understanding Ceph RBD Snapshots, Clones, and Recovery Mechanisms

This article explains the implementation of Ceph RBD snapshots, the associated metadata structures, clone operations, and the detailed recovery processes for both replica and primary OSDs, illustrating how copy‑on‑write and snapshot chains affect data consistency and performance.

COWCephClones
0 likes · 15 min read
Understanding Ceph RBD Snapshots, Clones, and Recovery Mechanisms