Why does MySQL uses only 0.5% Memory of 4 available GBs for every query on a huge table containing many joins and millions of rows? Is this an indicator for a false configured MySQL-Server?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Silly me. There were two indices missing. The performance is good now. It still uses only 0.5% of memory in average and that’s fine with me! =)