Tag

database logging

1 views collected around this technical thread.

Wukong Talks Architecture
Wukong Talks Architecture
Sep 26, 2021 · Databases

Understanding MySQL Redo Log and Binlog: Architecture, Mechanisms, and Two‑Phase Commit

This article explains MySQL's two essential logs—redo log and binlog—by describing the database's layered architecture, the write‑ahead logging mechanism, persistence strategies, crash‑safe guarantees, and how a two‑phase commit ensures consistency between them.

Crash RecoveryMySQLTwo-Phase Commit
0 likes · 12 min read
Understanding MySQL Redo Log and Binlog: Architecture, Mechanisms, and Two‑Phase Commit
macrozheng
macrozheng
Sep 17, 2021 · Databases

Understanding MySQL Binlog, Redo Log, and Undo Log: How They Ensure Data Consistency

This article explains MySQL’s essential logging mechanisms—binary log, redo log, and undo log—detailing their structures, purposes, configuration parameters, and how they work together to support replication, crash recovery, and transaction durability while balancing performance and consistency.

MySQLbinlogdatabase logging
0 likes · 10 min read
Understanding MySQL Binlog, Redo Log, and Undo Log: How They Ensure Data Consistency
Qunar Tech Salon
Qunar Tech Salon
Mar 31, 2021 · Databases

Tracing Full SQL Statements in PostgreSQL Transactions Using Log Configuration

This article explains how DBAs can use PostgreSQL's extensive logging parameters and log_line_prefix settings to locate and reconstruct every SQL statement within a transaction, illustrated with practical cases, command‑line examples, and step‑by‑step log‑analysis techniques for lock troubleshooting.

DBALock TroubleshootingLog Configuration
0 likes · 24 min read
Tracing Full SQL Statements in PostgreSQL Transactions Using Log Configuration
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Nov 15, 2020 · Databases

Understanding MySQL Redo Log and Binlog: Roles, Mechanisms, and Two‑Phase Commit

This article explains the distinct purposes of MySQL's InnoDB redo log and server‑level binlog, how they work together during large update operations, the concepts of write position, checkpoint, and two‑phase commit, and why both logs are essential for durability and replication.

InnoDBMySQLTwo-Phase Commit
0 likes · 8 min read
Understanding MySQL Redo Log and Binlog: Roles, Mechanisms, and Two‑Phase Commit
Architecture Digest
Architecture Digest
Aug 31, 2020 · Databases

Understanding MySQL Binlog, Redo Log, and Undo Log

This article explains the purpose, structure, and usage scenarios of MySQL's binlog, redo log, and undo log, detailing how they support replication, crash recovery, and transaction atomicity while balancing performance and data safety.

InnoDBMySQLbinlog
0 likes · 13 min read
Understanding MySQL Binlog, Redo Log, and Undo Log
Selected Java Interview Questions
Selected Java Interview Questions
Jul 21, 2020 · Databases

Understanding MySQL Log Types: Redo Log, Undo Log, and Binary Log

This article explains the three most important MySQL log types—redo log, undo log, and binary log—detailing their purposes, contents, creation and release timing, related configuration parameters, physical files, and how they interact with transaction processing and replication.

InnoDBMySQLbinary log
0 likes · 11 min read
Understanding MySQL Log Types: Redo Log, Undo Log, and Binary Log