<?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: PBXT benchmarks</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2007/04/08/pbxt-benchmarks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2007/04/08/pbxt-benchmarks/</link>
	<description>Percona&#039;s MySQL &#38; InnoDB performance and scalability blog</description>
	<lastBuildDate>Sat, 11 Feb 2012 16:45:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Scaling to 256-way the Sun way &#124; MySQL Performance Blog</title>
		<link>http://www.mysqlperformanceblog.com/2007/04/08/pbxt-benchmarks/comment-page-1/#comment-376317</link>
		<dc:creator>Scaling to 256-way the Sun way &#124; MySQL Performance Blog</dc:creator>
		<pubDate>Wed, 12 Nov 2008 04:55:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/04/08/pbxt-benchmarks/#comment-376317</guid>
		<description>[...] is hard to tell without knowing what the queries are but if you just want to look at the queries - check this out - these are a year and a half old benchmarks on the single MySQL instance showing over 50.000 [...]</description>
		<content:encoded><![CDATA[<p>[...] is hard to tell without knowing what the queries are but if you just want to look at the queries &#8211; check this out &#8211; these are a year and a half old benchmarks on the single MySQL instance showing over 50.000 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: unisol</title>
		<link>http://www.mysqlperformanceblog.com/2007/04/08/pbxt-benchmarks/comment-page-1/#comment-208855</link>
		<dc:creator>unisol</dc:creator>
		<pubDate>Thu, 29 Nov 2007 18:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/04/08/pbxt-benchmarks/#comment-208855</guid>
		<description>tried running super-smack on the server - the situation was not that bad for 8 cores, neither it was much better - 8 cores gave at most 20% more transactions than 4 or didn&#039;t give anything visible at all... So basically I hit both mysql scalability and FreeBSD scheduler issues...

./super-smack -d mysql update-select.smack 120 500
4 cpus:
Query Barrel Report for client smacker
connect: max=8ms  min=0ms avg= 1ms from 120 clients
Query_type      num_queries     max_time        min_time        q_per_s
select_index    60000   12      0       7253.63
update_index    60000   23      0       7253.63

8cpus:
Query Barrel Report for client smacker
connect: max=63ms  min=1ms avg= 31ms from 120 clients
Query_type      num_queries     max_time        min_time        q_per_s
select_index    60000   15      0       7464.76
update_index    60000   10      0       7464.76

./super-smack -d mysql select-key.smack 120 500
4cpus:
Query Barrel Report for client smacker1
connect: max=57ms  min=0ms avg= 11ms from 120 clients
Query_type      num_queries     max_time        min_time        q_per_s
select_index    120000  17      0       23242.07

8cpus:
Query Barrel Report for client smacker1
connect: max=10ms  min=0ms avg= 2ms from 120 clients
Query_type      num_queries     max_time        min_time        q_per_s
select_index    120000  8       0       27558.95</description>
		<content:encoded><![CDATA[<p>tried running super-smack on the server &#8211; the situation was not that bad for 8 cores, neither it was much better &#8211; 8 cores gave at most 20% more transactions than 4 or didn&#8217;t give anything visible at all&#8230; So basically I hit both mysql scalability and FreeBSD scheduler issues&#8230;</p>
<p>./super-smack -d mysql update-select.smack 120 500<br />
4 cpus:<br />
Query Barrel Report for client smacker<br />
connect: max=8ms  min=0ms avg= 1ms from 120 clients<br />
Query_type      num_queries     max_time        min_time        q_per_s<br />
select_index    60000   12      0       7253.63<br />
update_index    60000   23      0       7253.63</p>
<p>8cpus:<br />
Query Barrel Report for client smacker<br />
connect: max=63ms  min=1ms avg= 31ms from 120 clients<br />
Query_type      num_queries     max_time        min_time        q_per_s<br />
select_index    60000   15      0       7464.76<br />
update_index    60000   10      0       7464.76</p>
<p>./super-smack -d mysql select-key.smack 120 500<br />
4cpus:<br />
Query Barrel Report for client smacker1<br />
connect: max=57ms  min=0ms avg= 11ms from 120 clients<br />
Query_type      num_queries     max_time        min_time        q_per_s<br />
select_index    120000  17      0       23242.07</p>
<p>8cpus:<br />
Query Barrel Report for client smacker1<br />
connect: max=10ms  min=0ms avg= 2ms from 120 clients<br />
Query_type      num_queries     max_time        min_time        q_per_s<br />
select_index    120000  8       0       27558.95</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: unisol</title>
		<link>http://www.mysqlperformanceblog.com/2007/04/08/pbxt-benchmarks/comment-page-1/#comment-208848</link>
		<dc:creator>unisol</dc:creator>
		<pubDate>Thu, 29 Nov 2007 17:25:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/04/08/pbxt-benchmarks/#comment-208848</guid>
		<description>6 cores gives 11-13 requests/s, which is way better
launching screen and 2x &quot;top&quot; with update interval set to 0 in a couple of its windows and renicing them to -20 (which significantly loaded 2 cores) + &quot;screen&quot; got a huge bytes flow as well - Did Not affect performance in any way, I was still getting the same 11-13 requests/s, even after renicing of mysqld and httpd to 20. (FreeBSD-7.0, sched_ule).</description>
		<content:encoded><![CDATA[<p>6 cores gives 11-13 requests/s, which is way better<br />
launching screen and 2x &#8220;top&#8221; with update interval set to 0 in a couple of its windows and renicing them to -20 (which significantly loaded 2 cores) + &#8220;screen&#8221; got a huge bytes flow as well &#8211; Did Not affect performance in any way, I was still getting the same 11-13 requests/s, even after renicing of mysqld and httpd to 20. (FreeBSD-7.0, sched_ule).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: unisol</title>
		<link>http://www.mysqlperformanceblog.com/2007/04/08/pbxt-benchmarks/comment-page-1/#comment-208835</link>
		<dc:creator>unisol</dc:creator>
		<pubDate>Thu, 29 Nov 2007 17:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/04/08/pbxt-benchmarks/#comment-208835</guid>
		<description>I&#039;ve encounterd completely weird results with mysql on an 8cpu server - it performed 3!! :( times slower than on the same 4cpu server:
FreeBSD-6.2/7.0, amd64
both sched_4bsd an sched_ule tested
2xIntel Xeon(R) CPU E5335 @ 2.00GHz (quad core)
4GB ram
mysql-4.1.22/from FreeBSD ports
apache+php

tests done with apache benchmark on a web page that does some 20 selects (one is select count(*) as count from ... where ... - the slowest one), and a couple of inserts/updates as well.
ab -c 125 -n 500 http://dumb-sql-design/dumb-sql-page.php

results:
2 cores (kernel params.h modified with MAXCPU set to 2 and 4 to diable extra cores):
9-11 requests/s

4 cores:
18-20 requests/s

all 8 cores:
5-7 requests/s, whatever did I try to do - nothing really helped.

The kernel doesn&#039;t boot with 5 cores :)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve encounterd completely weird results with mysql on an 8cpu server &#8211; it performed 3!! <img src='http://www.mysqlperformanceblog.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  times slower than on the same 4cpu server:<br />
FreeBSD-6.2/7.0, amd64<br />
both sched_4bsd an sched_ule tested<br />
2xIntel Xeon(R) CPU E5335 @ 2.00GHz (quad core)<br />
4GB ram<br />
mysql-4.1.22/from FreeBSD ports<br />
apache+php</p>
<p>tests done with apache benchmark on a web page that does some 20 selects (one is select count(*) as count from &#8230; where &#8230; &#8211; the slowest one), and a couple of inserts/updates as well.<br />
ab -c 125 -n 500 <a href="http://dumb-sql-design/dumb-sql-page.php" rel="nofollow">http://dumb-sql-design/dumb-sql-page.php</a></p>
<p>results:<br />
2 cores (kernel params.h modified with MAXCPU set to 2 and 4 to diable extra cores):<br />
9-11 requests/s</p>
<p>4 cores:<br />
18-20 requests/s</p>
<p>all 8 cores:<br />
5-7 requests/s, whatever did I try to do &#8211; nothing really helped.</p>
<p>The kernel doesn&#8217;t boot with 5 cores <img src='http://www.mysqlperformanceblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Norton Security</title>
		<link>http://www.mysqlperformanceblog.com/2007/04/08/pbxt-benchmarks/comment-page-1/#comment-197003</link>
		<dc:creator>Norton Security</dc:creator>
		<pubDate>Sun, 18 Nov 2007 16:35:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/04/08/pbxt-benchmarks/#comment-197003</guid>
		<description>Well, sounds interesting to me. Thanks for submitting the figures showing the performance details. Do you ever use FreeBSD for MySQL benchmarks? To my dismay, I noticed that the 5.0.24 version breaks at around 100 CUC on my 1Gb RAM pentium 4 box running FreeBSD 6.2. I went through the Performance Tuning tips found at MySQL&#039;s website, but it doesn&#039;t seem to be helping to increase the CUC number without crashing the database engine. Any suggestions, monks?</description>
		<content:encoded><![CDATA[<p>Well, sounds interesting to me. Thanks for submitting the figures showing the performance details. Do you ever use FreeBSD for MySQL benchmarks? To my dismay, I noticed that the 5.0.24 version breaks at around 100 CUC on my 1Gb RAM pentium 4 box running FreeBSD 6.2. I went through the Performance Tuning tips found at MySQL&#8217;s website, but it doesn&#8217;t seem to be helping to increase the CUC number without crashing the database engine. Any suggestions, monks?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MySQL Performance Blog &#187; MySQL Storage Engines - PBXT</title>
		<link>http://www.mysqlperformanceblog.com/2007/04/08/pbxt-benchmarks/comment-page-1/#comment-124766</link>
		<dc:creator>MySQL Performance Blog &#187; MySQL Storage Engines - PBXT</dc:creator>
		<pubDate>Mon, 14 May 2007 21:51:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/04/08/pbxt-benchmarks/#comment-124766</guid>
		<description>[...] we already seen in our benchmarks PBXT both performs and scales well in many read workloads. We did not check writes because this is [...]</description>
		<content:encoded><![CDATA[<p>[...] we already seen in our benchmarks PBXT both performs and scales well in many read workloads. We did not check writes because this is [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roland Bouman</title>
		<link>http://www.mysqlperformanceblog.com/2007/04/08/pbxt-benchmarks/comment-page-1/#comment-106287</link>
		<dc:creator>Roland Bouman</dc:creator>
		<pubDate>Tue, 10 Apr 2007 18:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/04/08/pbxt-benchmarks/#comment-106287</guid>
		<description>Peter, 

thanks for pointing that out. That seems indeed to be an important difference.

Thanks ;)</description>
		<content:encoded><![CDATA[<p>Peter, </p>
<p>thanks for pointing that out. That seems indeed to be an important difference.</p>
<p>Thanks <img src='http://www.mysqlperformanceblog.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.mysqlperformanceblog.com/2007/04/08/pbxt-benchmarks/comment-page-1/#comment-106094</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Tue, 10 Apr 2007 08:55:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/04/08/pbxt-benchmarks/#comment-106094</guid>
		<description>One important note about PBXT write benchmarks -   PBXT currently does not flushes data and logs to the disk, meaning it does not call fsync() or uses other techniques. 

These means it can hardly be compare to Innodb apples to apples.  innodb_flush_logs_at_trx_commit=2 settings is kind of close, but not exactly because Innodb will still flush logs every second and flush data files when it writes to them while PBXT will relay on OS buffering so you can&#039;t predict when data gets flushed.</description>
		<content:encoded><![CDATA[<p>One important note about PBXT write benchmarks &#8211;   PBXT currently does not flushes data and logs to the disk, meaning it does not call fsync() or uses other techniques. </p>
<p>These means it can hardly be compare to Innodb apples to apples.  innodb_flush_logs_at_trx_commit=2 settings is kind of close, but not exactly because Innodb will still flush logs every second and flush data files when it writes to them while PBXT will relay on OS buffering so you can&#8217;t predict when data gets flushed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roland Bouman</title>
		<link>http://www.mysqlperformanceblog.com/2007/04/08/pbxt-benchmarks/comment-page-1/#comment-106063</link>
		<dc:creator>Roland Bouman</dc:creator>
		<pubDate>Tue, 10 Apr 2007 06:57:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/04/08/pbxt-benchmarks/#comment-106063</guid>
		<description>Great, very interesting!

I did a few tests re. speed of INSERTs to compare InnoDB, PBXT, MyISAM (and Archive and CSV). These were all single thread tests and I don&#039;t dare to claim a general applicability of the test, but:

Although somewhat slower than MyISAM, PBXT was in all cases relatively very close as compared to InnoDB. Also, whereas the difference between PBXT and MyISAM remained quite constant as more rows where inserted (I went up to 4G rows) InnoDB seemed to take increasingly more time.</description>
		<content:encoded><![CDATA[<p>Great, very interesting!</p>
<p>I did a few tests re. speed of INSERTs to compare InnoDB, PBXT, MyISAM (and Archive and CSV). These were all single thread tests and I don&#8217;t dare to claim a general applicability of the test, but:</p>
<p>Although somewhat slower than MyISAM, PBXT was in all cases relatively very close as compared to InnoDB. Also, whereas the difference between PBXT and MyISAM remained quite constant as more rows where inserted (I went up to 4G rows) InnoDB seemed to take increasingly more time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.mysqlperformanceblog.com/2007/04/08/pbxt-benchmarks/comment-page-1/#comment-105634</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Mon, 09 Apr 2007 09:25:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/04/08/pbxt-benchmarks/#comment-105634</guid>
		<description>Right. We need to run both high volume (IO Bound) and Update benchmarks but we need proper server hardware to do so.  These were done on loaner boxes which readers of these blog gave us access to. It was not long enough to get proper round of IO bound benchmarks.

Also it is better to do these on systems with several hard drives in RAID so you can see how efficiently system can use these.</description>
		<content:encoded><![CDATA[<p>Right. We need to run both high volume (IO Bound) and Update benchmarks but we need proper server hardware to do so.  These were done on loaner boxes which readers of these blog gave us access to. It was not long enough to get proper round of IO bound benchmarks.</p>
<p>Also it is better to do these on systems with several hard drives in RAID so you can see how efficiently system can use these.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

