I am facing a query performance problem. While connecting to MySQL database through different Users methodology.
Tell me does connecting by IP address user has over head.
Like
connecting using user@locahost or user@host-ip-address
Is there any performance-wise difference by connecting using any of this user.
I am getting a massive difference in performance by changing my db user to
user@localhost. i.e. few some milliseconds to < 2 sec
Where as the average response time using
user@host-ip-address is greater then 1 sec to less 6 sec
With Regards
Naveed