forums › forums › SQLyog › SQLyog Comments › Using The Sqlyog Profiler
- This topic is empty.
-
AuthorPosts
-
-
December 7, 2009 at 5:43 am #30103
Mahesh
Member“Freeing Items” — The thread has executed a command. This state is usually followed by cleaning up.
But still query in “freeing items” state more than 70% is bad indeed. Also this MySQL issue might be related to this http://bugs.mysql.com/bug.php?id=43758.
You can try by Enabling “Query Cache” for more optimal result.
Please go through these links:
http://dev.mysql.com/doc/refman/5.1/en/server-system-variables.html#sysvar_query_cache_size
-
December 7, 2009 at 12:34 pm #30104
peterlaursen
ParticipantWhen calculating percentages on very small numbers I do not think you should put much emphasis on the %tage. The percentage may increase with subsequent executions if other operations are faster and this one take the same time. 'freeing items' is basically OS call that makes memory temporarily used by the server available to the OS again.
-
December 7, 2009 at 6:12 pm #30105
paul george
Member'peterlaursen' wrote on '07:When calculating percentages on very small numbers I do not think you should put much emphasis on the %tage. The percentage may increase with subsequent executions if other operations are faster and this one take the same time. 'freeing items' is basically OS call that makes memory temporarily used by the server available to the OS again.
Things are a little clearer to me now! So thanks for your help!
Paul
-
December 7, 2009 at 6:16 pm #30106
paul george
Member'Mahesh' wrote on '07:“Freeing Items” — The thread has executed a command. This state is usually followed by cleaning up.
But still query in “freeing items” state more than 70% is bad indeed. Also this MySQL issue might be related to this http://bugs.mysql.co…g.php?id=43758.
You can try by Enabling “Query Cache” for more optimal result.
Please go through these links:
Thank you for your help; I did follow the links you provided and found the information in them very helpful!
Paul
-
-
AuthorPosts
- You must be logged in to reply to this topic.