<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQLite Star Query</title>
	<atom:link href="http://blog.gobansaor.com/2007/08/30/sqlite-star-query/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gobansaor.com/2007/08/30/sqlite-star-query/</link>
	<description>A country datasmith.</description>
	<lastBuildDate>Tue, 16 Mar 2010 12:22:28 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: TAG Cubes &#8211; SQLite Star Query Part III &#171; Gobán Saor</title>
		<link>http://blog.gobansaor.com/2007/08/30/sqlite-star-query/#comment-5383</link>
		<dc:creator>TAG Cubes &#8211; SQLite Star Query Part III &#171; Gobán Saor</dc:creator>
		<pubDate>Tue, 29 Sep 2009 13:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://gobansaor.wordpress.com/2007/08/30/sqlite-star-query/#comment-5383</guid>
		<description>[...] At first glance, SQLite lacks the sophisticated join functionality to support star-queries, but of course, if the dataset is small then a full-table scan of a fact table, or better still, loading the fact table into memory negates any such short-comings. [...]</description>
		<content:encoded><![CDATA[<p>[...] At first glance, SQLite lacks the sophisticated join functionality to support star-queries, but of course, if the dataset is small then a full-table scan of a fact table, or better still, loading the fact table into memory negates any such short-comings. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Gleeson</title>
		<link>http://blog.gobansaor.com/2007/08/30/sqlite-star-query/#comment-5374</link>
		<dc:creator>Tom Gleeson</dc:creator>
		<pubDate>Tue, 15 Sep 2009 10:32:56 +0000</pubDate>
		<guid isPermaLink="false">http://gobansaor.wordpress.com/2007/08/30/sqlite-star-query/#comment-5374</guid>
		<description>Timothy,

Found the presentation here:


&lt;del datetime=&quot;2009-09-15T11:07:04+00:00&quot;&gt;http://web.archive.org/web/20071107195623/http://www.sqlite.org/php2004/page-001.html&lt;/del&gt;&lt;del datetime=&quot;2009-09-15T11:07:04+00:00&quot;&gt;

http://web.archive.org/web/20070105153923/http://www.sqlite.org/php2004/slides-all.html

Tom</description>
		<content:encoded><![CDATA[<p>Timothy,</p>
<p>Found the presentation here:</p>
<p><del datetime="2009-09-15T11:07:04+00:00"><a href="http://web.archive.org/web/20071107195623/http://www.sqlite.org/php2004/page-001.html" rel="nofollow">http://web.archive.org/web/20071107195623/http://www.sqlite.org/php2004/page-001.html</a></del><del datetime="2009-09-15T11:07:04+00:00"></p>
<p><a href="http://web.archive.org/web/20070105153923/http://www.sqlite.org/php2004/slides-all.html" rel="nofollow">http://web.archive.org/web/20070105153923/http://www.sqlite.org/php2004/slides-all.html</a></p>
<p>Tom</del></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Gleeson</title>
		<link>http://blog.gobansaor.com/2007/08/30/sqlite-star-query/#comment-5263</link>
		<dc:creator>Tom Gleeson</dc:creator>
		<pubDate>Sun, 05 Jul 2009 17:09:46 +0000</pubDate>
		<guid isPermaLink="false">http://gobansaor.wordpress.com/2007/08/30/sqlite-star-query/#comment-5263</guid>
		<description>Timothy,

This http://www.sqlite.org/vdbe.html gives a good low level view of SQLite database engine, it&#039;s V2 but most of the concepts still hold true for V3 (mainly just new opcodes).

Tom</description>
		<content:encoded><![CDATA[<p>Timothy,</p>
<p>This <a href="http://www.sqlite.org/vdbe.html" rel="nofollow">http://www.sqlite.org/vdbe.html</a> gives a good low level view of SQLite database engine, it&#8217;s V2 but most of the concepts still hold true for V3 (mainly just new opcodes).</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Gleeson</title>
		<link>http://blog.gobansaor.com/2007/08/30/sqlite-star-query/#comment-5262</link>
		<dc:creator>Tom Gleeson</dc:creator>
		<pubDate>Sun, 05 Jul 2009 16:59:09 +0000</pubDate>
		<guid isPermaLink="false">http://gobansaor.wordpress.com/2007/08/30/sqlite-star-query/#comment-5262</guid>
		<description>Timothy,

Afraid not, I too am unable to find a copy of the presentation.

Tom</description>
		<content:encoded><![CDATA[<p>Timothy,</p>
<p>Afraid not, I too am unable to find a copy of the presentation.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timothy Fitz</title>
		<link>http://blog.gobansaor.com/2007/08/30/sqlite-star-query/#comment-5261</link>
		<dc:creator>Timothy Fitz</dc:creator>
		<pubDate>Sun, 05 Jul 2009 16:34:39 +0000</pubDate>
		<guid isPermaLink="false">http://gobansaor.wordpress.com/2007/08/30/sqlite-star-query/#comment-5261</guid>
		<description>Unfortunately your link to the 2004 presentation is now dead, and a few quick googles didn&#039;t turn anything up. Do you have a copy of it or can you find one?</description>
		<content:encoded><![CDATA[<p>Unfortunately your link to the 2004 presentation is now dead, and a few quick googles didn&#8217;t turn anything up. Do you have a copy of it or can you find one?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQLite Star Query Part II &#171; Gobán Saor</title>
		<link>http://blog.gobansaor.com/2007/08/30/sqlite-star-query/#comment-2811</link>
		<dc:creator>SQLite Star Query Part II &#171; Gobán Saor</dc:creator>
		<pubDate>Fri, 31 Aug 2007 11:32:29 +0000</pubDate>
		<guid isPermaLink="false">http://gobansaor.wordpress.com/2007/08/30/sqlite-star-query/#comment-2811</guid>
		<description>[...] 31st, 2007 by gobansaor    In my previous post I looked at simulating a bitmap-join in SQLite using a sub-query and the INTERSECT command. The [...]</description>
		<content:encoded><![CDATA[<p>[...] 31st, 2007 by gobansaor    In my previous post I looked at simulating a bitmap-join in SQLite using a sub-query and the INTERSECT command. The [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
