<?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"
	>
<channel>
	<title>Comments on: Query Optimization Challenge</title>
	<atom:link href="http://techblog.tilllate.com/2007/11/07/query-optimization-challenge/feed/" rel="self" type="application/rss+xml" />
	<link>http://techblog.tilllate.com/2007/11/07/query-optimization-challenge/</link>
	<description>it and development at europe's leading clubbing community</description>
	<pubDate>Thu, 28 Aug 2008 08:30:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Silvan Mühlemann</title>
		<link>http://techblog.tilllate.com/2007/11/07/query-optimization-challenge/#comment-3232</link>
		<dc:creator>Silvan Mühlemann</dc:creator>
		<pubDate>Thu, 08 Nov 2007 06:56:04 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.tilllate.com/2007/11/07/query-optimization-challenge/#comment-3232</guid>
		<description>Thanks guys... I just updated the entry... :-)</description>
		<content:encoded><![CDATA[<p>Thanks guys&#8230; I just updated the entry&#8230; <img src='http://techblog.tilllate.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://techblog.tilllate.com/2007/11/07/query-optimization-challenge/#comment-3231</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Thu, 08 Nov 2007 06:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.tilllate.com/2007/11/07/query-optimization-challenge/#comment-3231</guid>
		<description>Hi, did you try a multi-column index?

alter table photoreports add index (country_id, date);</description>
		<content:encoded><![CDATA[<p>Hi, did you try a multi-column index?</p>
<p>alter table photoreports add index (country_id, date);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nitek</title>
		<link>http://techblog.tilllate.com/2007/11/07/query-optimization-challenge/#comment-3200</link>
		<dc:creator>Nitek</dc:creator>
		<pubDate>Wed, 07 Nov 2007 23:18:44 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.tilllate.com/2007/11/07/query-optimization-challenge/#comment-3200</guid>
		<description>Why not using a multi-column-index over country_id AND date?
A photoreport-table doesn't sound like its changing too often for an additional index..</description>
		<content:encoded><![CDATA[<p>Why not using a multi-column-index over country_id AND date?<br />
A photoreport-table doesn&#8217;t sound like its changing too often for an additional index..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
