Java Backend Technology
Jun 14, 2020 · Databases
Do Identical UPDATE Statements Trigger MySQL Binlog Writes? A Practical Test
This article experimentally investigates whether MySQL re‑executes UPDATE statements that set a column to its current value, comparing behavior under ROW and STATEMENT binlog formats and revealing how InnoDB handles redundant updates.
BinlogInnoDBSTATEMENT format
0 likes · 3 min read
