<?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: 高效的MySQL分页</title>
	<atom:link href="http://www.fuchaoqun.com/2009/04/efficient-pagination-using-mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fuchaoqun.com/2009/04/efficient-pagination-using-mysql/</link>
	<description></description>
	<lastBuildDate>Tue, 02 Mar 2010 00:58:41 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: 印第安小狮</title>
		<link>http://www.fuchaoqun.com/2009/04/efficient-pagination-using-mysql/comment-page-1/#comment-1415</link>
		<dc:creator>印第安小狮</dc:creator>
		<pubDate>Mon, 09 Nov 2009 13:04:50 +0000</pubDate>
		<guid isPermaLink="false">http://chaoqun.17348.com/?p=222#comment-1415</guid>
		<description>嗯,这个不错. 刚刚在找分页的具体语句, 没想到得到个意外收获. 呵呵,谢谢啦,我继续处理我的分页.</description>
		<content:encoded><![CDATA[<p>嗯,这个不错. 刚刚在找分页的具体语句, 没想到得到个意外收获. 呵呵,谢谢啦,我继续处理我的分页.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 超群.com</title>
		<link>http://www.fuchaoqun.com/2009/04/efficient-pagination-using-mysql/comment-page-1/#comment-229</link>
		<dc:creator>超群.com</dc:creator>
		<pubDate>Sun, 21 Jun 2009 02:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://chaoqun.17348.com/?p=222#comment-229</guid>
		<description>@ rainbow

很多时候我们会为内容建立一个主键，int autoincrement，这个就可以是ID。

另外，最好是掌握原理，高效的Mysql分页想表达的是如何通过定位范围来减少扫面行数，这个是关键。</description>
		<content:encoded><![CDATA[<p>@ rainbow</p>
<p>很多时候我们会为内容建立一个主键，int autoincrement，这个就可以是ID。</p>
<p>另外，最好是掌握原理，高效的Mysql分页想表达的是如何通过定位范围来减少扫面行数，这个是关键。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rainbow</title>
		<link>http://www.fuchaoqun.com/2009/04/efficient-pagination-using-mysql/comment-page-1/#comment-228</link>
		<dc:creator>rainbow</dc:creator>
		<pubDate>Sat, 20 Jun 2009 03:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://chaoqun.17348.com/?p=222#comment-228</guid>
		<description>我想问一下，id是专为分布建的一个字段吧，还是什么？它的值是怎么赋进去的！</description>
		<content:encoded><![CDATA[<p>我想问一下，id是专为分布建的一个字段吧，还是什么？它的值是怎么赋进去的！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 大碗茶 &#187; 高效的MySQL分页</title>
		<link>http://www.fuchaoqun.com/2009/04/efficient-pagination-using-mysql/comment-page-1/#comment-173</link>
		<dc:creator>大碗茶 &#187; 高效的MySQL分页</dc:creator>
		<pubDate>Thu, 28 May 2009 15:04:32 +0000</pubDate>
		<guid isPermaLink="false">http://chaoqun.17348.com/?p=222#comment-173</guid>
		<description>[...] 原文地址：http://www.fuchaoqun.com/2009/04/efficient-pagination-using-mysql/ [...]</description>
		<content:encoded><![CDATA[<p>[...] 原文地址：http://www.fuchaoqun.com/2009/04/efficient-pagination-using-mysql/ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 超群.com</title>
		<link>http://www.fuchaoqun.com/2009/04/efficient-pagination-using-mysql/comment-page-1/#comment-172</link>
		<dc:creator>超群.com</dc:creator>
		<pubDate>Thu, 28 May 2009 08:48:50 +0000</pubDate>
		<guid isPermaLink="false">http://chaoqun.17348.com/?p=222#comment-172</guid>
		<description>@ solomon

除非你在翻页的时候删除的，否则不会。

一般的应用也不回这么苛刻要求准确。</description>
		<content:encoded><![CDATA[<p>@ solomon</p>
<p>除非你在翻页的时候删除的，否则不会。</p>
<p>一般的应用也不回这么苛刻要求准确。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: solomon</title>
		<link>http://www.fuchaoqun.com/2009/04/efficient-pagination-using-mysql/comment-page-1/#comment-171</link>
		<dc:creator>solomon</dc:creator>
		<pubDate>Wed, 27 May 2009 13:26:43 +0000</pubDate>
		<guid isPermaLink="false">http://chaoqun.17348.com/?p=222#comment-171</guid>
		<description>这个id不一定就是现在的条目吧，如果我中间删除了一部分数据，这个分页就不准了啊</description>
		<content:encoded><![CDATA[<p>这个id不一定就是现在的条目吧，如果我中间删除了一部分数据，这个分页就不准了啊</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fcicq</title>
		<link>http://www.fuchaoqun.com/2009/04/efficient-pagination-using-mysql/comment-page-1/#comment-135</link>
		<dc:creator>fcicq</dc:creator>
		<pubDate>Wed, 06 May 2009 10:19:31 +0000</pubDate>
		<guid isPermaLink="false">http://chaoqun.17348.com/?p=222#comment-135</guid>
		<description>根本原因是 btree 没有 child 数量的记录. 如果有的话, limit 怎么写事实上都没关系.</description>
		<content:encoded><![CDATA[<p>根本原因是 btree 没有 child 数量的记录. 如果有的话, limit 怎么写事实上都没关系.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: map</title>
		<link>http://www.fuchaoqun.com/2009/04/efficient-pagination-using-mysql/comment-page-1/#comment-118</link>
		<dc:creator>map</dc:creator>
		<pubDate>Thu, 30 Apr 2009 10:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://chaoqun.17348.com/?p=222#comment-118</guid>
		<description>你这个方法不错。</description>
		<content:encoded><![CDATA[<p>你这个方法不错。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 风行L</title>
		<link>http://www.fuchaoqun.com/2009/04/efficient-pagination-using-mysql/comment-page-1/#comment-117</link>
		<dc:creator>风行L</dc:creator>
		<pubDate>Thu, 30 Apr 2009 02:23:54 +0000</pubDate>
		<guid isPermaLink="false">http://chaoqun.17348.com/?p=222#comment-117</guid>
		<description>have a try</description>
		<content:encoded><![CDATA[<p>have a try</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 小宝</title>
		<link>http://www.fuchaoqun.com/2009/04/efficient-pagination-using-mysql/comment-page-1/#comment-114</link>
		<dc:creator>小宝</dc:creator>
		<pubDate>Wed, 29 Apr 2009 07:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://chaoqun.17348.com/?p=222#comment-114</guid>
		<description>好方法，在limit值比较大的时候，效果明显的;跟优化limit方法有异曲同工之妙</description>
		<content:encoded><![CDATA[<p>好方法，在limit值比较大的时候，效果明显的;跟优化limit方法有异曲同工之妙</p>
]]></content:encoded>
	</item>
</channel>
</rss>
