<?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: Google&#8217;s user_statistics V2 port and changes</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2008/09/12/googles-user_statistics-v2-port-and-changes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2008/09/12/googles-user_statistics-v2-port-and-changes/</link>
	<description>Everything about MySQL Performance</description>
	<lastBuildDate>Sat, 07 Nov 2009 18:35:44 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Baron Schwartz</title>
		<link>http://www.mysqlperformanceblog.com/2008/09/12/googles-user_statistics-v2-port-and-changes/comment-page-1/#comment-494616</link>
		<dc:creator>Baron Schwartz</dc:creator>
		<pubDate>Tue, 03 Mar 2009 03:22:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=499#comment-494616</guid>
		<description>Get one of our builds.  I assume you are using a standard MySQL server.  Download our version from http://www.percona.com/percona-lab.html and then see the docs here: http://www.percona.com/docs/wiki/patches:userstatv2</description>
		<content:encoded><![CDATA[<p>Get one of our builds.  I assume you are using a standard MySQL server.  Download our version from <a href="http://www.percona.com/percona-lab.html" rel="nofollow">http://www.percona.com/percona-lab.html</a> and then see the docs here: <a href="http://www.percona.com/docs/wiki/patches:userstatv2" rel="nofollow">http://www.percona.com/docs/wiki/patches:userstatv2</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: True</title>
		<link>http://www.mysqlperformanceblog.com/2008/09/12/googles-user_statistics-v2-port-and-changes/comment-page-1/#comment-494276</link>
		<dc:creator>True</dc:creator>
		<pubDate>Mon, 02 Mar 2009 20:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=499#comment-494276</guid>
		<description>How to apply this patch ? I am using mysql 5.0.77.

I dont see table index_statistics</description>
		<content:encoded><![CDATA[<p>How to apply this patch ? I am using mysql 5.0.77.</p>
<p>I dont see table index_statistics</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.mysqlperformanceblog.com/2008/09/12/googles-user_statistics-v2-port-and-changes/comment-page-1/#comment-355324</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Mon, 15 Sep 2008 16:40:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=499#comment-355324</guid>
		<description>Thanks Kevin :)

This is exactly the point.</description>
		<content:encoded><![CDATA[<p>Thanks Kevin <img src='http://www.mysqlperformanceblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>This is exactly the point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Burton</title>
		<link>http://www.mysqlperformanceblog.com/2008/09/12/googles-user_statistics-v2-port-and-changes/comment-page-1/#comment-354924</link>
		<dc:creator>Kevin Burton</dc:creator>
		<pubDate>Sat, 13 Sep 2008 18:29:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=499#comment-354924</guid>
		<description>Peter, 

I realize it wasn&#039;t the complete patch.... I was congratulating you on isolating one of the features from the larger V2 so that it can be easily added to MySQL AB&#039;s sources and moved between versions easier.

Kevin</description>
		<content:encoded><![CDATA[<p>Peter, </p>
<p>I realize it wasn&#8217;t the complete patch&#8230;. I was congratulating you on isolating one of the features from the larger V2 so that it can be easily added to MySQL AB&#8217;s sources and moved between versions easier.</p>
<p>Kevin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Callaghan</title>
		<link>http://www.mysqlperformanceblog.com/2008/09/12/googles-user_statistics-v2-port-and-changes/comment-page-1/#comment-354867</link>
		<dc:creator>Mark Callaghan</dc:creator>
		<pubDate>Sat, 13 Sep 2008 14:50:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=499#comment-354867</guid>
		<description>@Peter -- What is CPU time per query? Select_commands counts all SELECT statements. Update_commands counts all INSERT/UPDATE/REPLACE/DELETE statements and Other_commands counts everything else. Cpu_time / (Select_commands + Update_commands + Other_commands) displays time per client-server protocol command. Do you want Cpu_time for each type of command? The expressions are easy to evaluate since you provide this data via the Information Schema.</description>
		<content:encoded><![CDATA[<p>@Peter &#8212; What is CPU time per query? Select_commands counts all SELECT statements. Update_commands counts all INSERT/UPDATE/REPLACE/DELETE statements and Other_commands counts everything else. Cpu_time / (Select_commands + Update_commands + Other_commands) displays time per client-server protocol command. Do you want Cpu_time for each type of command? The expressions are easy to evaluate since you provide this data via the Information Schema.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.mysqlperformanceblog.com/2008/09/12/googles-user_statistics-v2-port-and-changes/comment-page-1/#comment-354786</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Sat, 13 Sep 2008 05:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=499#comment-354786</guid>
		<description>Couple of comments

1) It is interesting how much speed overhead if any we got with these patches.
2) empty_queries is  misleading It really means empty_results  though I guess it is best if Google renames it so we do not add more differences than needed
3) Busy Time, CPU time all counted with better accuracy while displayed as seconds only this may not be accurate enough in some cases.
4) The patch should be counting CPU time per query which can be very nice addition to the processlist schema besides time_ms we have already.</description>
		<content:encoded><![CDATA[<p>Couple of comments</p>
<p>1) It is interesting how much speed overhead if any we got with these patches.<br />
2) empty_queries is  misleading It really means empty_results  though I guess it is best if Google renames it so we do not add more differences than needed<br />
3) Busy Time, CPU time all counted with better accuracy while displayed as seconds only this may not be accurate enough in some cases.<br />
4) The patch should be counting CPU time per query which can be very nice addition to the processlist schema besides time_ms we have already.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.mysqlperformanceblog.com/2008/09/12/googles-user_statistics-v2-port-and-changes/comment-page-1/#comment-354785</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Sat, 13 Sep 2008 05:37:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=499#comment-354785</guid>
		<description>Kevin,

What is showed here is not the Googles V2 complete patch set but the given accounting patch ported to Percona patch set.     The user statistics patches in particular are very safe because they do not change any internal logic this is why we put them in the &quot;safe to use&quot; release.</description>
		<content:encoded><![CDATA[<p>Kevin,</p>
<p>What is showed here is not the Googles V2 complete patch set but the given accounting patch ported to Percona patch set.     The user statistics patches in particular are very safe because they do not change any internal logic this is why we put them in the &#8220;safe to use&#8221; release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Burton</title>
		<link>http://www.mysqlperformanceblog.com/2008/09/12/googles-user_statistics-v2-port-and-changes/comment-page-1/#comment-354772</link>
		<dc:creator>Kevin Burton</dc:creator>
		<pubDate>Sat, 13 Sep 2008 04:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=499#comment-354772</guid>
		<description>Nice....

I think the biggest obstacle to V2 adoption is to get the patches into smaller bite size chunks.

It&#039;s looking like 5.0.67 is the sweet spot though.....with with the Google SMP patches.

If you can get a build with these patches and your InnoDB performance patches I think this is the release we&#039;ll target.

There are still some cool V2 features though... I&#039;m going to try to blog about them when I get some time.</description>
		<content:encoded><![CDATA[<p>Nice&#8230;.</p>
<p>I think the biggest obstacle to V2 adoption is to get the patches into smaller bite size chunks.</p>
<p>It&#8217;s looking like 5.0.67 is the sweet spot though&#8230;..with with the Google SMP patches.</p>
<p>If you can get a build with these patches and your InnoDB performance patches I think this is the release we&#8217;ll target.</p>
<p>There are still some cool V2 features though&#8230; I&#8217;m going to try to blog about them when I get some time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Callaghan</title>
		<link>http://www.mysqlperformanceblog.com/2008/09/12/googles-user_statistics-v2-port-and-changes/comment-page-1/#comment-354700</link>
		<dc:creator>Mark Callaghan</dc:creator>
		<pubDate>Fri, 12 Sep 2008 22:20:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=499#comment-354700</guid>
		<description>Wow. Who knew patches could be incorporated so quickly. Great work.</description>
		<content:encoded><![CDATA[<p>Wow. Who knew patches could be incorporated so quickly. Great work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
