<?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: Slides from Zurich talk are now posted</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2007/11/25/slides-from-zurich-talk-are-now-posted/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2007/11/25/slides-from-zurich-talk-are-now-posted/</link>
	<description>Everything about MySQL Performance</description>
	<pubDate>Fri, 10 Oct 2008 19:43:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Julien</title>
		<link>http://www.mysqlperformanceblog.com/2007/11/25/slides-from-zurich-talk-are-now-posted/#comment-222676</link>
		<dc:creator>Julien</dc:creator>
		<pubDate>Sun, 23 Dec 2007 22:20:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/11/25/slides-from-zurich-talk-are-now-posted/#comment-222676</guid>
		<description>Hello Peter,

thank you for posting the slides !

Julien</description>
		<content:encoded><![CDATA[<p>Hello Peter,</p>
<p>thank you for posting the slides !</p>
<p>Julien</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: runnr</title>
		<link>http://www.mysqlperformanceblog.com/2007/11/25/slides-from-zurich-talk-are-now-posted/#comment-216020</link>
		<dc:creator>runnr</dc:creator>
		<pubDate>Tue, 11 Dec 2007 11:09:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/11/25/slides-from-zurich-talk-are-now-posted/#comment-216020</guid>
		<description>Hi Peter,

Although I think I understand the performance issue of using large limits, I don't completely understand the solution you propose.. I think I have read about this somewhere.. cant really recall.. it will be great if you can shed some more light on your solution

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>Although I think I understand the performance issue of using large limits, I don&#8217;t completely understand the solution you propose.. I think I have read about this somewhere.. cant really recall.. it will be great if you can shed some more light on your solution</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.mysqlperformanceblog.com/2007/11/25/slides-from-zurich-talk-are-now-posted/#comment-215053</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Sun, 09 Dec 2007 17:59:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/11/25/slides-from-zurich-talk-are-now-posted/#comment-215053</guid>
		<description>Pahud,

In this case query will need to traverse these 1000 rows and discard them unless you have static data and you can pre-create positions for all key lookups. 

You can speed things up by using covering index - have key on (key,id) and fetch id only initially when fetch data for just those 10 rows you will display.  This can be done as extra query (good if you have something like memcache) or you can have it done as a single query.</description>
		<content:encoded><![CDATA[<p>Pahud,</p>
<p>In this case query will need to traverse these 1000 rows and discard them unless you have static data and you can pre-create positions for all key lookups. </p>
<p>You can speed things up by using covering index - have key on (key,id) and fetch id only initially when fetch data for just those 10 rows you will display.  This can be done as extra query (good if you have something like memcache) or you can have it done as a single query.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pahud</title>
		<link>http://www.mysqlperformanceblog.com/2007/11/25/slides-from-zurich-talk-are-now-posted/#comment-213107</link>
		<dc:creator>pahud</dc:creator>
		<pubDate>Thu, 06 Dec 2007 10:36:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/11/25/slides-from-zurich-talk-are-now-posted/#comment-213107</guid>
		<description>Hi, I've read the slides and have some questions about the LIMIT.

As you said in "More about LIMIT":
Protect your application from large limits
– People may not go to page 500 but search engine bots
well may do.

If I really need to do "select a,b,c from table where key='val' limit 1000,10" for paging, is there any way to avoid slow query?</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;ve read the slides and have some questions about the LIMIT.</p>
<p>As you said in &#8220;More about LIMIT&#8221;:<br />
Protect your application from large limits<br />
– People may not go to page 500 but search engine bots<br />
well may do.</p>
<p>If I really need to do &#8220;select a,b,c from table where key=&#8217;val&#8217; limit 1000,10&#8243; for paging, is there any way to avoid slow query?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jürg Stuker</title>
		<link>http://www.mysqlperformanceblog.com/2007/11/25/slides-from-zurich-talk-are-now-posted/#comment-208619</link>
		<dc:creator>Jürg Stuker</dc:creator>
		<pubDate>Thu, 29 Nov 2007 10:22:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/11/25/slides-from-zurich-talk-are-now-posted/#comment-208619</guid>
		<description>The video is posted: http://video.google.com/videoplay?docid=-2461636755789321382</description>
		<content:encoded><![CDATA[<p>The video is posted: <a href="http://video.google.com/videoplay?docid=-2461636755789321382" rel="nofollow">http://video.google.com/videoplay?docid=-2461636755789321382</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harry Fuecks</title>
		<link>http://www.mysqlperformanceblog.com/2007/11/25/slides-from-zurich-talk-are-now-posted/#comment-204995</link>
		<dc:creator>Harry Fuecks</dc:creator>
		<pubDate>Mon, 26 Nov 2007 14:15:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/11/25/slides-from-zurich-talk-are-now-posted/#comment-204995</guid>
		<description>And many thanks for doing it - learnt a lot. A video should be turning up eventually in the near future - will let you know.</description>
		<content:encoded><![CDATA[<p>And many thanks for doing it - learnt a lot. A video should be turning up eventually in the near future - will let you know.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
