<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Scaling to 256-way the Sun way</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2008/11/11/scaling-to-256-way-the-sun-way/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2008/11/11/scaling-to-256-way-the-sun-way/</link>
	<description>Everything about MySQL Performance</description>
	<lastBuildDate>Sat, 21 Nov 2009 05:23:57 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: peter</title>
		<link>http://www.mysqlperformanceblog.com/2008/11/11/scaling-to-256-way-the-sun-way/comment-page-1/#comment-377080</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Thu, 13 Nov 2008 04:19:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=530#comment-377080</guid>
		<description>MrBenchmark:
&quot;We are working on several key customers deployment in real environments that will show you otherwise. Stay tuned…&quot;

I&#039;m not sure what point are you trying to make ?  Many customers will buy what they are sold and there are multiple ways to make things work.  The point is whenever it is the optimal choice and if customer has implemented does not say anything about how optimal this solution was.</description>
		<content:encoded><![CDATA[<p>MrBenchmark:<br />
&#8220;We are working on several key customers deployment in real environments that will show you otherwise. Stay tuned…&#8221;</p>
<p>I&#8217;m not sure what point are you trying to make ?  Many customers will buy what they are sold and there are multiple ways to make things work.  The point is whenever it is the optimal choice and if customer has implemented does not say anything about how optimal this solution was.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.mysqlperformanceblog.com/2008/11/11/scaling-to-256-way-the-sun-way/comment-page-1/#comment-377074</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Thu, 13 Nov 2008 04:16:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=530#comment-377074</guid>
		<description>Mark,

I think you&#039;re right about using large SMP as multiple boxes, however I think for medium-large scale applications this happens because we have to because of limited single instance scalability and operational issues. Even in this case we would like to see some relatively small number of instances running. For example running 2 instances on 16 core box, not 16. 

Now about performance/memory/disks - the balance here is highly application specific.  Some people are able to saturate multiple cores  with 2GB worth of data some would have much more data per shard to saturate CPU.  When memory is the great factor - some people are running databases which pretty much fit in memory and have very little IO, others have workloads which require much more IO capacity.  In many cases there is some optimal ratio between the IO system capacity and memory though you can&#039;t always freely trade things here.

And of course we should not forget about operational pains :)</description>
		<content:encoded><![CDATA[<p>Mark,</p>
<p>I think you&#8217;re right about using large SMP as multiple boxes, however I think for medium-large scale applications this happens because we have to because of limited single instance scalability and operational issues. Even in this case we would like to see some relatively small number of instances running. For example running 2 instances on 16 core box, not 16. </p>
<p>Now about performance/memory/disks &#8211; the balance here is highly application specific.  Some people are able to saturate multiple cores  with 2GB worth of data some would have much more data per shard to saturate CPU.  When memory is the great factor &#8211; some people are running databases which pretty much fit in memory and have very little IO, others have workloads which require much more IO capacity.  In many cases there is some optimal ratio between the IO system capacity and memory though you can&#8217;t always freely trade things here.</p>
<p>And of course we should not forget about operational pains <img src='http://www.mysqlperformanceblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.mysqlperformanceblog.com/2008/11/11/scaling-to-256-way-the-sun-way/comment-page-1/#comment-377030</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Thu, 13 Nov 2008 03:29:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=530#comment-377030</guid>
		<description>Tom,

Let me explain.

First -  Sharding which is the most common architecture for MySQL is a pain. You shard when you have to and if you would be able to stay away from it (while having performance/cost etc where it should be you would not do so).  In fact because of problem with MySQL single instance scalability and operational problems (backups, alter table etc) people have to shard sooner than they would have and if MySQL would be more scalable. 

Second - when sharding number of boxes (and really instances) matter because of operational complexity etc.  Performance optimization and management is more complicated with multiple instances on one server than running on the different servers because of shared  hardware.   People sharding on middle end will much rather have less MySQL instances. For example 5 shards is much easier to deal with than 50.  On the higher end - dealing with 100 shards or with 1000 does not really matter because you have to have it automated. 

In the end scaling Single instance applies to all segments while being able to get scalability with multiple instances only to some of them.

But what really is a show stopper for me on  Sun T1/T2 architectures is the &quot;single thread performance&quot; - if I would see that even 50% of what you get from recent Opterons/Xeons I would praise it for many apps.</description>
		<content:encoded><![CDATA[<p>Tom,</p>
<p>Let me explain.</p>
<p>First &#8211;  Sharding which is the most common architecture for MySQL is a pain. You shard when you have to and if you would be able to stay away from it (while having performance/cost etc where it should be you would not do so).  In fact because of problem with MySQL single instance scalability and operational problems (backups, alter table etc) people have to shard sooner than they would have and if MySQL would be more scalable. </p>
<p>Second &#8211; when sharding number of boxes (and really instances) matter because of operational complexity etc.  Performance optimization and management is more complicated with multiple instances on one server than running on the different servers because of shared  hardware.   People sharding on middle end will much rather have less MySQL instances. For example 5 shards is much easier to deal with than 50.  On the higher end &#8211; dealing with 100 shards or with 1000 does not really matter because you have to have it automated. </p>
<p>In the end scaling Single instance applies to all segments while being able to get scalability with multiple instances only to some of them.</p>
<p>But what really is a show stopper for me on  Sun T1/T2 architectures is the &#8220;single thread performance&#8221; &#8211; if I would see that even 50% of what you get from recent Opterons/Xeons I would praise it for many apps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MrBenchmark</title>
		<link>http://www.mysqlperformanceblog.com/2008/11/11/scaling-to-256-way-the-sun-way/comment-page-1/#comment-377022</link>
		<dc:creator>MrBenchmark</dc:creator>
		<pubDate>Thu, 13 Nov 2008 03:19:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=530#comment-377022</guid>
		<description>Mark;

I can see by your comments that you are used to large scale MySQL deployments.
You are right on your sizing note and my initial intent was to have 128GB of RAM on the T5440 but I could not make it happen. My article [http://blogs.sun.com/MrBenchmark] is a first attempt on the T5440 and I am convinced that many other experts will publish on this topic in the near future.</description>
		<content:encoded><![CDATA[<p>Mark;</p>
<p>I can see by your comments that you are used to large scale MySQL deployments.<br />
You are right on your sizing note and my initial intent was to have 128GB of RAM on the T5440 but I could not make it happen. My article [http://blogs.sun.com/MrBenchmark] is a first attempt on the T5440 and I am convinced that many other experts will publish on this topic in the near future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.mysqlperformanceblog.com/2008/11/11/scaling-to-256-way-the-sun-way/comment-page-1/#comment-377016</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Thu, 13 Nov 2008 03:12:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=530#comment-377016</guid>
		<description>MrBenchmark,

You can enjoy picking on the language.  English is not my native and I do not expect to use it perfectly.  Speaking about Performance and Scalability in the casual life you use them more broadly :)   You can be speaking for example about the peak performance attained at certain configuration which could mean peak throughput.  

The scalability is basically a comparison - you can look at scalability in terms of various hardware configuration, number of disks, database size, number of connections.  

Speaking about 24 instances on any Linux machine as I mentioned I do not know - I have not seen such configurations so I can&#039;t comment how it works.</description>
		<content:encoded><![CDATA[<p>MrBenchmark,</p>
<p>You can enjoy picking on the language.  English is not my native and I do not expect to use it perfectly.  Speaking about Performance and Scalability in the casual life you use them more broadly <img src='http://www.mysqlperformanceblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />    You can be speaking for example about the peak performance attained at certain configuration which could mean peak throughput.  </p>
<p>The scalability is basically a comparison &#8211; you can look at scalability in terms of various hardware configuration, number of disks, database size, number of connections.  </p>
<p>Speaking about 24 instances on any Linux machine as I mentioned I do not know &#8211; I have not seen such configurations so I can&#8217;t comment how it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Callaghan</title>
		<link>http://www.mysqlperformanceblog.com/2008/11/11/scaling-to-256-way-the-sun-way/comment-page-1/#comment-376959</link>
		<dc:creator>Mark Callaghan</dc:creator>
		<pubDate>Thu, 13 Nov 2008 02:20:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=530#comment-376959</guid>
		<description>I think we all will be using big SMP servers as a cluster of smaller SMP servers in the near future. But I don&#039;t think that the tested system was balanced. It needs a lot more RAM than 64GB and and more disks than 10 15k (~2000 IOPs) to host 28 instances. A common high-performance commodity x86 server for MySQL uses 16GB or 32GB of RAM and 10 or more disks. By those standards, the Sun box would need 500GB to 1TB of RAM and 56,000 IOPs. As this storage won&#039;t be direct attached, it is likely to be expensive. That much memory in a box will also be very expensive.

SSD can make the box more interesting. It should be possible to get 56,000 IOPs from direct attached SSD and by the 5 minute rule (http://www.acmqueue.com/modules.php?name=Content&amp;pa=showpage&amp;pid=549&amp;page=1) the box won&#039;t need as much RAM when SSD is used.</description>
		<content:encoded><![CDATA[<p>I think we all will be using big SMP servers as a cluster of smaller SMP servers in the near future. But I don&#8217;t think that the tested system was balanced. It needs a lot more RAM than 64GB and and more disks than 10 15k (~2000 IOPs) to host 28 instances. A common high-performance commodity x86 server for MySQL uses 16GB or 32GB of RAM and 10 or more disks. By those standards, the Sun box would need 500GB to 1TB of RAM and 56,000 IOPs. As this storage won&#8217;t be direct attached, it is likely to be expensive. That much memory in a box will also be very expensive.</p>
<p>SSD can make the box more interesting. It should be possible to get 56,000 IOPs from direct attached SSD and by the 5 minute rule (<a href="http://www.acmqueue.com/modules.php?name=Content&amp;pa=showpage&amp;pid=549&amp;page=1" rel="nofollow">http://www.acmqueue.com/modules.php?name=Content&amp;pa=showpage&amp;pid=549&amp;page=1</a>) the box won&#8217;t need as much RAM when SSD is used.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.mysqlperformanceblog.com/2008/11/11/scaling-to-256-way-the-sun-way/comment-page-1/#comment-376958</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Thu, 13 Nov 2008 02:17:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=530#comment-376958</guid>
		<description>Peter,

You say ...

&quot;I can’t tell you about scaling to 24 instances on Linux server because there is really little need for that. Single instance perfectly works with several cores and there are no x86 systems with same amount of cores as there are threads in Sun systems.&quot;

Are you saying that scale-out to multiple instances is not important ?  I thought this was the preferred architecture for MySQL database scaling ? 
Or are you saying you rarely see need to scale-out as far as 24  instances ?

The reason for asking is that the benefit I see from this performance demonstration/workload from Sun is the ability to run in a scale-out fashion but with the benefits of consolidation which may (and likely do include) space,power and cost savings. 

thanks
Tom</description>
		<content:encoded><![CDATA[<p>Peter,</p>
<p>You say &#8230;</p>
<p>&#8220;I can’t tell you about scaling to 24 instances on Linux server because there is really little need for that. Single instance perfectly works with several cores and there are no x86 systems with same amount of cores as there are threads in Sun systems.&#8221;</p>
<p>Are you saying that scale-out to multiple instances is not important ?  I thought this was the preferred architecture for MySQL database scaling ?<br />
Or are you saying you rarely see need to scale-out as far as 24  instances ?</p>
<p>The reason for asking is that the benefit I see from this performance demonstration/workload from Sun is the ability to run in a scale-out fashion but with the benefits of consolidation which may (and likely do include) space,power and cost savings. </p>
<p>thanks<br />
Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MrBenchmark</title>
		<link>http://www.mysqlperformanceblog.com/2008/11/11/scaling-to-256-way-the-sun-way/comment-page-1/#comment-376950</link>
		<dc:creator>MrBenchmark</dc:creator>
		<pubDate>Thu, 13 Nov 2008 01:51:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=530#comment-376950</guid>
		<description>We are working on several key customers deployment in real environments that will show you otherwise. Stay tuned...</description>
		<content:encoded><![CDATA[<p>We are working on several key customers deployment in real environments that will show you otherwise. Stay tuned&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.mysqlperformanceblog.com/2008/11/11/scaling-to-256-way-the-sun-way/comment-page-1/#comment-376949</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Thu, 13 Nov 2008 01:51:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=530#comment-376949</guid>
		<description>Karsten,

No. Depending on workload MySQL can work efficiently with significantly more than one core though it is very load specific.  I would say 4 cores is what works reasonably well, some workloads scan scale to 8+ cores (considering x86 Intel/AMD cores).</description>
		<content:encoded><![CDATA[<p>Karsten,</p>
<p>No. Depending on workload MySQL can work efficiently with significantly more than one core though it is very load specific.  I would say 4 cores is what works reasonably well, some workloads scan scale to 8+ cores (considering x86 Intel/AMD cores).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.mysqlperformanceblog.com/2008/11/11/scaling-to-256-way-the-sun-way/comment-page-1/#comment-376948</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Thu, 13 Nov 2008 01:48:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=530#comment-376948</guid>
		<description>MrBenchmark,

Sure numbers are not comparable. My point is simply showing the numbers without having any baseline to compare is not very helpful.

The MultiCore scalability of MySQL in my view is scalability of the single instance... though of course can define it differently.

I can&#039;t tell you about scaling to 24 instances on Linux server because there is really little need for that.  Single instance perfectly works  with several cores and there are no x86 systems with same amount of cores as there are threads in Sun systems. 

My main point is - the numbers shown in this case are barely relevant because running so many MySQL instances is highly artificial.</description>
		<content:encoded><![CDATA[<p>MrBenchmark,</p>
<p>Sure numbers are not comparable. My point is simply showing the numbers without having any baseline to compare is not very helpful.</p>
<p>The MultiCore scalability of MySQL in my view is scalability of the single instance&#8230; though of course can define it differently.</p>
<p>I can&#8217;t tell you about scaling to 24 instances on Linux server because there is really little need for that.  Single instance perfectly works  with several cores and there are no x86 systems with same amount of cores as there are threads in Sun systems. </p>
<p>My main point is &#8211; the numbers shown in this case are barely relevant because running so many MySQL instances is highly artificial.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
