<?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: How fast can MySQL Process Data</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2008/04/09/how-fast-can-mysql-process-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2008/04/09/how-fast-can-mysql-process-data/</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: ries</title>
		<link>http://www.mysqlperformanceblog.com/2008/04/09/how-fast-can-mysql-process-data/comment-page-1/#comment-273614</link>
		<dc:creator>ries</dc:creator>
		<pubDate>Fri, 11 Apr 2008 22:55:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2008/04/09/how-fast-can-mysql-process-data/#comment-273614</guid>
		<description>I see you use the ENGINE=MEMORY. This also means that the count(*) you are doing is not transactional save, this is what I understand...
Which in return means that if you have multiple deletes/inserts/updates going on on your table you are never sure if the count(...) value you get is correct at that point in time??
Also I do feel doing doing a count(*) is a weird form of &#039;testing&#039; I think what you do a bit below doing the aggregates is more valid because then MySQL really needs to scan the table rather then looking at some index (if that is optimized).

I am also wondering why you didn&#039;t use an innodb storage engine and using the MEMORY storage type. I think every serious database user want&#039;s to have something that is transactional save, right??

just my two cents</description>
		<content:encoded><![CDATA[<p>I see you use the ENGINE=MEMORY. This also means that the count(*) you are doing is not transactional save, this is what I understand&#8230;<br />
Which in return means that if you have multiple deletes/inserts/updates going on on your table you are never sure if the count(&#8230;) value you get is correct at that point in time??<br />
Also I do feel doing doing a count(*) is a weird form of &#8216;testing&#8217; I think what you do a bit below doing the aggregates is more valid because then MySQL really needs to scan the table rather then looking at some index (if that is optimized).</p>
<p>I am also wondering why you didn&#8217;t use an innodb storage engine and using the MEMORY storage type. I think every serious database user want&#8217;s to have something that is transactional save, right??</p>
<p>just my two cents</p>
]]></content:encoded>
	</item>
</channel>
</rss>
