Aikesheng Open Source Community
Oct 8, 2021 · Databases
Diagnosing Sudden Increase in MySQL File Handle Count
This article explains how to diagnose a sudden rise in MySQL file handle usage by reproducing the issue with large tables, using Linux perf to trace open system calls, analyzing hash join behavior, and querying performance_schema.file_instances to pinpoint the underlying cause.
DiagnosisFile HandlesHash Join
0 likes · 2 min read