<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Internals of InnoDB mutexes</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2006/09/07/internals-of-innodb-mutexes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2006/09/07/internals-of-innodb-mutexes/</link>
	<description>Everything about MySQL Performance</description>
	<pubDate>Tue, 02 Dec 2008 13:51:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Kaj Arnö&#8217;s blog &#187; Blog Archive &#187; MySQL 5.0.33 Community Server released</title>
		<link>http://www.mysqlperformanceblog.com/2006/09/07/internals-of-innodb-mutexes/#comment-26890</link>
		<dc:creator>Kaj Arnö&#8217;s blog &#187; Blog Archive &#187; MySQL 5.0.33 Community Server released</dc:creator>
		<pubDate>Wed, 10 Jan 2007 17:05:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/09/07/internals-of-innodb-mutexes/#comment-26890</guid>
		<description>[...] Amongst the bug fixes, there is one that I want to highlight. It is listed as the innocent-looking bullet &#8220;InnoDB showed substandard performance with multiple queries running concurrently. (Bug#15815)&#8220;. This is a fix to an issue especially surfacing on multiple-core processors. You testing in such environments is much appreciated. As a reference, you may want to read the Bugs database entry bugs.mysql.com/15815 as well as two articles from Peter Zaitsev &#8212; one from a week ago, another from last September. [...]</description>
		<content:encoded><![CDATA[<p>[...] Amongst the bug fixes, there is one that I want to highlight. It is listed as the innocent-looking bullet &#8220;InnoDB showed substandard performance with multiple queries running concurrently. (Bug#15815)&#8220;. This is a fix to an issue especially surfacing on multiple-core processors. You testing in such environments is much appreciated. As a reference, you may want to read the Bugs database entry bugs.mysql.com/15815 as well as two articles from Peter Zaitsev &#8212; one from a week ago, another from last September. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MySQL Performance Blog &#187; InnoDB benchmarks</title>
		<link>http://www.mysqlperformanceblog.com/2006/09/07/internals-of-innodb-mutexes/#comment-26292</link>
		<dc:creator>MySQL Performance Blog &#187; InnoDB benchmarks</dc:creator>
		<pubDate>Wed, 03 Jan 2007 16:29:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/09/07/internals-of-innodb-mutexes/#comment-26292</guid>
		<description>[...] Thread trashing issues with count of theads 100+. In this case performance of InnoDB degraded dramatically. The problem was in the mutex impelementation and was fixed in 5.1.12 (more info about InnoDB mutexes) [...]</description>
		<content:encoded><![CDATA[<p>[...] Thread trashing issues with count of theads 100+. In this case performance of InnoDB degraded dramatically. The problem was in the mutex impelementation and was fixed in 5.1.12 (more info about InnoDB mutexes) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.mysqlperformanceblog.com/2006/09/07/internals-of-innodb-mutexes/#comment-2338</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Fri, 08 Sep 2006 13:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/09/07/internals-of-innodb-mutexes/#comment-2338</guid>
		<description>Charles, 

First I should note it is best if you ask questions unrelated to blog post at forum -  http://forums.mysqlperformanceblog.com. 

Speaking about your question it is hard to tell without seeing reports - how much data they will have need to analyze as well as which kind of reports are you looking for. Should they be done live or are they going to be requiested and become available at later time after they are created. 

Processing 10-15GB can take quite a while on low end Celeron box. 

As you probably know we do MySQL Performance Consulting and will be happy to help you with sizing and application optimization.</description>
		<content:encoded><![CDATA[<p>Charles, </p>
<p>First I should note it is best if you ask questions unrelated to blog post at forum -  <a href="http://forums.mysqlperformanceblog.com" rel="nofollow">http://forums.mysqlperformanceblog.com</a>. </p>
<p>Speaking about your question it is hard to tell without seeing reports - how much data they will have need to analyze as well as which kind of reports are you looking for. Should they be done live or are they going to be requiested and become available at later time after they are created. </p>
<p>Processing 10-15GB can take quite a while on low end Celeron box. </p>
<p>As you probably know we do MySQL Performance Consulting and will be happy to help you with sizing and application optimization.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: charles</title>
		<link>http://www.mysqlperformanceblog.com/2006/09/07/internals-of-innodb-mutexes/#comment-2329</link>
		<dc:creator>charles</dc:creator>
		<pubDate>Fri, 08 Sep 2006 04:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/09/07/internals-of-innodb-mutexes/#comment-2329</guid>
		<description>Hi,

Sorry for the intrusion.  I am a non-technical person who is beginning to sweat a bit over the viability of a system that is being developed for me in mysql.

The system will allow users to build statistical reports on foreign trade data.  There are dozens of reports and they basically consist of graphs and tables.

My worry is that the size of the database might make performance an issue.  If you could ease my mind I would appreciate it.

The main table will initially have about 10-20 million rows.  Each row about 60 fields.  Probably about 10-15 GB to start. Each individual row contains information on one import/export transaction (product, quantity, price, date, country of origin, etc.). The system will also pull data from a secondary table that has info on individual companies.

The system will grow by about 10 million rows per year.

Is it realistic to think that a dedicated server (low end celeron 2.4? with 512mb ram) can handle multiple users building online reports against this database???

Yes?  No?  Maybe?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Sorry for the intrusion.  I am a non-technical person who is beginning to sweat a bit over the viability of a system that is being developed for me in mysql.</p>
<p>The system will allow users to build statistical reports on foreign trade data.  There are dozens of reports and they basically consist of graphs and tables.</p>
<p>My worry is that the size of the database might make performance an issue.  If you could ease my mind I would appreciate it.</p>
<p>The main table will initially have about 10-20 million rows.  Each row about 60 fields.  Probably about 10-15 GB to start. Each individual row contains information on one import/export transaction (product, quantity, price, date, country of origin, etc.). The system will also pull data from a secondary table that has info on individual companies.</p>
<p>The system will grow by about 10 million rows per year.</p>
<p>Is it realistic to think that a dedicated server (low end celeron 2.4? with 512mb ram) can handle multiple users building online reports against this database???</p>
<p>Yes?  No?  Maybe?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
