<?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: Paul McCullagh answers your questions about PBXT</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2009/11/20/paul-mccullagh-answers-your-questions-about-pbxt/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2009/11/20/paul-mccullagh-answers-your-questions-about-pbxt/</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: Patrick Casey</title>
		<link>http://www.mysqlperformanceblog.com/2009/11/20/paul-mccullagh-answers-your-questions-about-pbxt/comment-page-1/#comment-685800</link>
		<dc:creator>Patrick Casey</dc:creator>
		<pubDate>Fri, 27 Nov 2009 18:49:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=1771#comment-685800</guid>
		<description>Update: A couple of folks have pointed out to me (accurately) that I had a misunderstnding about the PBXT log file. Seems that each table has its own sequential set of log files &quot;file per table&quot; so a table scan really is just a table scan, not a database scan.</description>
		<content:encoded><![CDATA[<p>Update: A couple of folks have pointed out to me (accurately) that I had a misunderstnding about the PBXT log file. Seems that each table has its own sequential set of log files &#8220;file per table&#8221; so a table scan really is just a table scan, not a database scan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Casey</title>
		<link>http://www.mysqlperformanceblog.com/2009/11/20/paul-mccullagh-answers-your-questions-about-pbxt/comment-page-1/#comment-685745</link>
		<dc:creator>Patrick Casey</dc:creator>
		<pubDate>Fri, 27 Nov 2009 17:36:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=1771#comment-685745</guid>
		<description>Having read through the PBXT white paper and the answers here, I had a followup for something that occurred to me.

Seems like in PBXT, records are laid down s they are generated in contiguous log files. So if you take a particular table that&#039;s been written to more or less steadily over the life of the database, that table is going to be scattered throughout the sum total of all log segments.

Which means that any full table scan is really going to be a full database scan, or alternately, a full index scan followed by nested lookups by handle.

This is in contrast to the extent based system on something like INNODB or Oracle where the database engine tries to keep records from the same table in physically co-located blocks.

Am I missing something here, or does this mean the PBXT is going to have issues with full table scans and hence is probably not a good choice for, say, a data warehouse?</description>
		<content:encoded><![CDATA[<p>Having read through the PBXT white paper and the answers here, I had a followup for something that occurred to me.</p>
<p>Seems like in PBXT, records are laid down s they are generated in contiguous log files. So if you take a particular table that&#8217;s been written to more or less steadily over the life of the database, that table is going to be scattered throughout the sum total of all log segments.</p>
<p>Which means that any full table scan is really going to be a full database scan, or alternately, a full index scan followed by nested lookups by handle.</p>
<p>This is in contrast to the extent based system on something like INNODB or Oracle where the database engine tries to keep records from the same table in physically co-located blocks.</p>
<p>Am I missing something here, or does this mean the PBXT is going to have issues with full table scans and hence is probably not a good choice for, say, a data warehouse?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

