Bug #102964 | MySQL .NET Connector got considerably slower since 8.0.19 | ||
---|---|---|---|
Submitted: | 14 Mar 2021 19:40 | Modified: | 17 Nov 2022 17:48 |
Reporter: | Stefan Elstner | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / NET | Severity: | S5 (Performance) |
Version: | 8.0.23 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[14 Mar 2021 19:40]
Stefan Elstner
[25 Mar 2021 13:06]
MySQL Verification Team
Hello Stefan Elstner, Thank you for the bug report. Verified as described. Regards, Ashwini Patil
[17 Nov 2022 16:00]
Daniel Valdez
Posted by developer: There were some differences in the performance between v8.0.18 and the latest, v8.0.31. Although it wasn't that much, a fix was applied to change how the connection string was analyzed in order to avoid checking it twice by adding an internal property to the Connection object that will tell if the connection string has been already analyzed or not, this has increased the performance.
[17 Nov 2022 17:48]
Christine Cole
Posted by developer: Fixed as of the upcoming MySQL Connector/NET 8.0.32 release, and here's the proposed changelog entry from the documentation team: To enhance the performance of connections, Connector/NET now determines whether a connection string has been analyzed already before performing the analysis for a second time. Thank you for the bug report.