<?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: visualization of control-flow/data-flow analysis of sqlite EXPLAIN-ations</title>
	<atom:link href="http://www.visophyte.org/blog/2009/02/04/visualization-of-control-flowdata-flow-analysis-of-sqlite-explain-ations/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.visophyte.org/blog/2009/02/04/visualization-of-control-flowdata-flow-analysis-of-sqlite-explain-ations/</link>
	<description>Andrew Sutherland writes things but (almost) always includes pictures to look at.</description>
	<lastBuildDate>Mon, 13 Feb 2012 08:42:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: visophyte: shiny? shiny. :: performance annotated SQLite EXPLAINation visualizations using systemtap</title>
		<link>http://www.visophyte.org/blog/2009/02/04/visualization-of-control-flowdata-flow-analysis-of-sqlite-explain-ations/comment-page-1/#comment-3321</link>
		<dc:creator>visophyte: shiny? shiny. :: performance annotated SQLite EXPLAINation visualizations using systemtap</dc:creator>
		<pubDate>Tue, 06 Apr 2010 10:44:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.visophyte.org/blog/?p=161#comment-3321</guid>
		<description><![CDATA[[...] on my previous work on a visualization of SQLite opcode control flow graphs using graphviz I give you&#8230; the same [...]]]></description>
		<content:encoded><![CDATA[<p>[...] on my previous work on a visualization of SQLite opcode control flow graphs using graphviz I give you&#8230; the same [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Weave Intro &#38; UI, Awesome Perf. (2009/9-1) &#124; edilee</title>
		<link>http://www.visophyte.org/blog/2009/02/04/visualization-of-control-flowdata-flow-analysis-of-sqlite-explain-ations/comment-page-1/#comment-602</link>
		<dc:creator>Weave Intro &#38; UI, Awesome Perf. (2009/9-1) &#124; edilee</dc:creator>
		<pubDate>Tue, 03 Mar 2009 16:55:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.visophyte.org/blog/?p=161#comment-602</guid>
		<description><![CDATA[[...] first made this tool to analyze his own query optimizations [visophyte.org], and now he&#8217;s made the code available for everyone to use and contribute [...]]]></description>
		<content:encoded><![CDATA[<p>[...] first made this tool to analyze his own query optimizations [visophyte.org], and now he&#8217;s made the code available for everyone to use and contribute [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn Wilsher</title>
		<link>http://www.visophyte.org/blog/2009/02/04/visualization-of-control-flowdata-flow-analysis-of-sqlite-explain-ations/comment-page-1/#comment-541</link>
		<dc:creator>Shawn Wilsher</dc:creator>
		<pubDate>Thu, 05 Feb 2009 15:39:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.visophyte.org/blog/?p=161#comment-541</guid>
		<description><![CDATA[I&#039;ll note that you can tell SQLite to not use a column as an index by prefixing it with +.  For example, in place where we have to join with a temp table, we do something like this:
SELECT *
FROM moz_places_temp
WHERE url LIKE ?1
UNION
SELECT *
FORM moz_places
WHERE +id NOT IN (SELECT id FROM moz_places_temp)
AND url LIKE ?1]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ll note that you can tell SQLite to not use a column as an index by prefixing it with +.  For example, in place where we have to join with a temp table, we do something like this:<br />
SELECT *<br />
FROM moz_places_temp<br />
WHERE url LIKE ?1<br />
UNION<br />
SELECT *<br />
FORM moz_places<br />
WHERE +id NOT IN (SELECT id FROM moz_places_temp)<br />
AND url LIKE ?1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Funtomas</title>
		<link>http://www.visophyte.org/blog/2009/02/04/visualization-of-control-flowdata-flow-analysis-of-sqlite-explain-ations/comment-page-1/#comment-538</link>
		<dc:creator>Funtomas</dc:creator>
		<pubDate>Wed, 04 Feb 2009 21:48:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.visophyte.org/blog/?p=161#comment-538</guid>
		<description><![CDATA[Use of an index doesn&#039;t automatically mean optimized search. Using Toad (by Quest SW) on Oracle, I&#039;m sometimes surprised Oracle opts not to go with index as the Explain Plan says index-less searching costs less. Nevertheless, for index to be useful, its statistics need to be recalculated frequently.]]></description>
		<content:encoded><![CDATA[<p>Use of an index doesn&#8217;t automatically mean optimized search. Using Toad (by Quest SW) on Oracle, I&#8217;m sometimes surprised Oracle opts not to go with index as the Explain Plan says index-less searching costs less. Nevertheless, for index to be useful, its statistics need to be recalculated frequently.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
