From: Sunny Bains Date: July 1 2007 11:59pm Subject: Re: mysql scalability. List-Archive: http://lists.mysql.com/internals/34791 Message-Id: <46883FD7.9060103@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Jeff, Jeff Roberson wrote: > I have produced a graph of mysql writes on linux and bsd: > > http://people.freebsd.org/~jeff/mysqlwrite.png > > This is using the sysbench oltp benchmark. I see long periods with no > disk activity and almost no CPU activity where all mysql threads are > blocked on a condition variable. This can last for a second or two. > Has anyone investigated it? Is this an understood problem? This is very interesting, as I haven't observed this during my testing. Please post the the output of pstack (or stack trace after attaching to the running process) during this pause. Regards, -sunny