Tag

Transaction Pool

1 views collected around this technical thread.

Aikesheng Open Source Community
Aikesheng Open Source Community
Jan 17, 2024 · Databases

Understanding InnoDB Transaction Types and Allocation Process in MySQL 8.0.32

This article explains how InnoDB in MySQL 8.0.32 distinguishes user and internal transactions, details the allocation of transaction objects from transaction pools, describes initialization steps, and shows how transaction objects are linked into appropriate transaction lists.

Database InternalsInnoDBTransaction Pool
0 likes · 8 min read
Understanding InnoDB Transaction Types and Allocation Process in MySQL 8.0.32
Aikesheng Open Source Community
Aikesheng Open Source Community
Jan 3, 2024 · Databases

Understanding InnoDB Transaction Pool and Pool Manager in MySQL 8.0.32

This article explains how InnoDB in MySQL 8.0.32 manages transaction objects through a transaction pool and a single pool manager, detailing pool creation, initialization of a limited number of objects, and the on‑demand expansion strategy to improve performance under high concurrency.

Database InternalsInnoDBPerformance Optimization
0 likes · 8 min read
Understanding InnoDB Transaction Pool and Pool Manager in MySQL 8.0.32