Getting data from a older version MySQL database from a newer version spring boot project results in a very large response time as compared to local
The MySQL version of the database is Ver 14.14 Distrib 5.7.20 on the server and spring boot version is 3.3.1, when tried to get data from it increases time significantly as compared to local database.
This database is used by a older JSF project.
The MySQL version on my local machine is Ver 8.0.34.
For eg; if a repository hit results in 10ms to get data from local database it takes 400ms to get same data from the database which is located on server.
The database which is on server is same as on my local machine.
Getting data from a older version MySQL database from a newer version spring boot project results in a very large response time as compared to local
The MySQL version of the database is Ver 14.14 Distrib 5.7.20 on the server and spring boot version is 3.3.1, when tried to get data from it increases time significantly as compared to local database.
This database is used by a older JSF project.
The MySQL version on my local machine is Ver 8.0.34.
For eg; if a repository hit results in 10ms to get data from local database it takes 400ms to get same data from the database which is located on server.
The database which is on server is same as on my local machine.