Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.1.6-2
Description
One major bottleneck for creating a new connection is that THD is created in the thread that is handing all connections.
The fix for this is to move THD creation from the connection thread to the new thread that will handle queries.
Attachments
Issue Links
- relates to
-
MDEV-19515 Improve connect speed
- Open