Understanding the “Missing” 1 GB Disk Space When Using Temporary Tables in MySQL 8.0
This article explains why MySQL 8.0 appears to lose about 1 GB of disk space when temporary tables are used, detailing the experiment, the role of TempTable, mmap allocation, and how performance_schema and procfs can be used to observe the process.
