MySQL Forums
Forum List  »  MyISAM

Re: Unable to analyse thread level information in MySQL server
Posted by: Rick James
Date: October 20, 2014 11:23AM

Please elaborate on what you hope to learn -- at a higher level.

See "Performance Schema" for detailed timings (but not at the OS thread level).

Here are some general statements about thread usage. Here, I refer to MySQL threads; I don't know if they map to OS threads, or whether they wander around.
* Each connection directly uses only one thread.
* InnoDB has several background threads to handle I/O, etc.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Unable to analyse thread level information in MySQL server
2039
October 20, 2014 11:23AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.