Tag

ROW

0 views collected around this technical thread.

Top Architect
Top Architect
Jun 29, 2024 · Databases

MySQL Update Behavior with Identical Data under ROW and STATEMENT Binlog Formats

This article investigates whether MySQL re‑executes an UPDATE statement that sets a column to its current value, comparing behavior under binlog_format=ROW and binlog_format=STATEMENT with binlog_row_image=FULL, and presents test steps, results, and conclusions.

DatabaseInnoDBMySQL
0 likes · 12 min read
MySQL Update Behavior with Identical Data under ROW and STATEMENT Binlog Formats
Tencent Cloud Developer
Tencent Cloud Developer
Jul 17, 2018 · Operations

Understanding Storage Snapshots: Use Cases and Implementation Principles

Storage snapshots are point‑in‑time, fully usable copies of data that protect against loss, enable testing and analysis, and are implemented mainly via copy‑on‑write or redirect‑on‑write techniques, each with distinct performance and deletion trade‑offs, so selecting the optimal method depends on workload and business requirements.

COWROWRollback
0 likes · 10 min read
Understanding Storage Snapshots: Use Cases and Implementation Principles