Replies: 1 comment 1 reply
-
Hi @OHsechun, Thank you for reaching out and bringing this to our attention. We'll take a look at this and keep you updated as we investigate. In the meantime, could you provide some additional details regarding the follow?
Also, I should bring to your attention that as per our Maintenance Policy, the AWS JDBC driver for MySQL will be reaching the end of its Maintenance Window on July 25, 2024. I would highly recommend adopting the new aws-advanced-jdbc-wrapper. The aws-advanced-jdbc-wrapper officially supports Aurora MySQL and can be used in conjunction with the Community MySQL JDBC Driver. It is quite a bit more feature rich than the AWS JDBC driver for MySQL, and we are actively adding new features to it. In contrast, the AWS JDBC driver for MySQL no longer receives any new features, and after July 25, we will not back-port fixes or features to it. If you have any questions about the Thank you! |
Beta Was this translation helpful? Give feedback.
-
Hello, I tested simple read operation performance using application with spring boot 2.7.14 version (connection pooling by HikariCP, JPA) to replace mysql-connector-j with aws mysql jdbc driver for high availability when failover occurs.
I saw there was quite a big differences in performance. Though I used Rest API Https calls, I tried several times, but the result was the same. I did not understand why this huge difference shows.
results:
< mysql-connector-j:8.0.33 >
< aws mysql jdbc driver 1.1.14 >
Can anyone explain this situation? Please help if I missed something when applying aws mysql jdbc driver with spring boot.
Beta Was this translation helpful? Give feedback.
All reactions