Overview
The default MySQL connector allocates a thread to each connection. As the number of connections increases, thread context switching and hot lock contention between threads will occupy many CPU resources, deteriorating service performance. Kunpeng BoostKit introduces the thread pool connector module to address this issue.
Parent topic: Feature Description