<?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: 使用 PostMeta 提速 WordPress 插件</title>
	<atom:link href="http://fairyfish.net/2008/06/05/speed-up-wordpress-plugin-by-using-postmeta/feed/" rel="self" type="application/rss+xml" />
	<link>http://fairyfish.net/2008/06/05/speed-up-wordpress-plugin-by-using-postmeta/</link>
	<description>关注 WordPress，关注互联网</description>
	<lastBuildDate>Wed, 23 May 2012 13:57:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: zhang</title>
		<link>http://fairyfish.net/2008/06/05/speed-up-wordpress-plugin-by-using-postmeta/comment-page-1/#comment-32070</link>
		<dc:creator>zhang</dc:creator>
		<pubDate>Wed, 27 Aug 2008 12:25:02 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1402#comment-32070</guid>
		<description>如果是根据ｔａｇ查找的相关文章，应该是很快的，不需要把表扫一遍的。二叉树查找很快（当然实际实现有点不一样）。</description>
		<content:encoded><![CDATA[<p>如果是根据ｔａｇ查找的相关文章，应该是很快的，不需要把表扫一遍的。二叉树查找很快（当然实际实现有点不一样）。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 分享博客</title>
		<link>http://fairyfish.net/2008/06/05/speed-up-wordpress-plugin-by-using-postmeta/comment-page-1/#comment-31761</link>
		<dc:creator>分享博客</dc:creator>
		<pubDate>Sat, 23 Aug 2008 12:23:45 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1402#comment-31761</guid>
		<description>好东西还真的是不少啊</description>
		<content:encoded><![CDATA[<p>好东西还真的是不少啊</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis</title>
		<link>http://fairyfish.net/2008/06/05/speed-up-wordpress-plugin-by-using-postmeta/comment-page-1/#comment-28284</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Wed, 18 Jun 2008 08:31:35 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1402#comment-28284</guid>
		<description>not memcached 

eaccelerator， WordPress 由相关插件可用！</description>
		<content:encoded><![CDATA[<p>not memcached </p>
<p>eaccelerator， WordPress 由相关插件可用！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 小哀</title>
		<link>http://fairyfish.net/2008/06/05/speed-up-wordpress-plugin-by-using-postmeta/comment-page-1/#comment-28162</link>
		<dc:creator>小哀</dc:creator>
		<pubDate>Sun, 15 Jun 2008 04:59:29 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1402#comment-28162</guid>
		<description>memcache? 
我的服务器上装的有eaccelerator.
不知道是否有用????????</description>
		<content:encoded><![CDATA[<p>memcache?<br />
我的服务器上装的有eaccelerator.<br />
不知道是否有用????????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis</title>
		<link>http://fairyfish.net/2008/06/05/speed-up-wordpress-plugin-by-using-postmeta/comment-page-1/#comment-28090</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Thu, 12 Jun 2008 09:47:26 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1402#comment-28090</guid>
		<description>我晕死，你撞得又不是我写的插件。</description>
		<content:encoded><![CDATA[<p>我晕死，你撞得又不是我写的插件。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kmnow2004</title>
		<link>http://fairyfish.net/2008/06/05/speed-up-wordpress-plugin-by-using-postmeta/comment-page-1/#comment-28086</link>
		<dc:creator>kmnow2004</dc:creator>
		<pubDate>Thu, 12 Jun 2008 08:14:23 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1402#comment-28086</guid>
		<description>有个问题，装了后数据库狂报错
类似这样的
[12-Jun-2008 02:12:12] WordPress database error Can&#039;t find FULLTEXT index matching the column list for query SELECT ID, post_title, post_content,MATCH (post_name, post_content) AGAINST (&#039;guide includes thickbox loadinganimatio gif&#039;) AS score FROM wp_posts WHERE MATCH (post_name, post_content) AGAINST (&#039;guide includes thickbox loadinganimatio gif&#039;) AND post_date &lt;= &#039;2008-06-12 08:12:12&#039; AND (post_status IN ( &#039;publish&#039;, &#039;static&#039; )) AND post_password =&#039;&#039; ORDER BY score DESC LIMIT 6 made by aa_related_posts_404
[12-Jun-2008 02:12:21] WordPress database error Can&#039;t find FULLTEXT index matching the column list for query SELECT ID, post_title, post_content,MATCH (post_name, post_content) AGAINST (&#039;includes thickbox loadinganimatio gif&#039;) AS score FROM wp_posts WHERE MATCH (post_name, post_content) AGAINST (&#039;includes thickbox loadinganimatio gif&#039;) AND post_date &lt;= &#039;2008-06-12 08:12:21&#039; AND (post_status IN ( &#039;publish&#039;, &#039;static&#039; )) AND post_password =&#039;&#039; ORDER BY score DESC LIMIT 2 made by aa_related_posts_404
[12-Jun-2008 02:12:21] WordPress database error Can&#039;t find FULLTEXT index matching the column list for query SELECT ID, post_title, post_content,MATCH (post_name, post_content) AGAINST (&#039;includes thickbox loadinganimatio gif&#039;) AS score FROM wp_posts WHERE MATCH (post_name, post_content) AGAINST (&#039;includes thickbox loadinganimatio gif&#039;) AND post_date &lt;= &#039;2008-06-12 08:12:21&#039; AND (post_status IN ( &#039;publish&#039;, &#039;static&#039; )) AND post_password =&#039;&#039; ORDER BY score DESC LIMIT 6 made by aa_related_posts_404
why???</description>
		<content:encoded><![CDATA[<p>有个问题，装了后数据库狂报错<br />
类似这样的<br />
[12-Jun-2008 02:12:12] WordPress database error Can&#8217;t find FULLTEXT index matching the column list for query SELECT ID, post_title, post_content,MATCH (post_name, post_content) AGAINST (&#8216;guide includes thickbox loadinganimatio gif&#8217;) AS score FROM wp_posts WHERE MATCH (post_name, post_content) AGAINST (&#8216;guide includes thickbox loadinganimatio gif&#8217;) AND post_date &lt;= &#8217;2008-06-12 08:12:12&#8242; AND (post_status IN ( &#8216;publish&#8217;, &#8216;static&#8217; )) AND post_password =&#8221; ORDER BY score DESC LIMIT 6 made by aa_related_posts_404<br />
[12-Jun-2008 02:12:21] WordPress database error Can&#8217;t find FULLTEXT index matching the column list for query SELECT ID, post_title, post_content,MATCH (post_name, post_content) AGAINST (&#8216;includes thickbox loadinganimatio gif&#8217;) AS score FROM wp_posts WHERE MATCH (post_name, post_content) AGAINST (&#8216;includes thickbox loadinganimatio gif&#8217;) AND post_date &lt;= &#8217;2008-06-12 08:12:21&#8242; AND (post_status IN ( &#8216;publish&#8217;, &#8216;static&#8217; )) AND post_password =&#8221; ORDER BY score DESC LIMIT 2 made by aa_related_posts_404<br />
[12-Jun-2008 02:12:21] WordPress database error Can&#8217;t find FULLTEXT index matching the column list for query SELECT ID, post_title, post_content,MATCH (post_name, post_content) AGAINST (&#8216;includes thickbox loadinganimatio gif&#8217;) AS score FROM wp_posts WHERE MATCH (post_name, post_content) AGAINST (&#8216;includes thickbox loadinganimatio gif&#8217;) AND post_date &lt;= &#8217;2008-06-12 08:12:21&#8242; AND (post_status IN ( &#8216;publish&#8217;, &#8216;static&#8217; )) AND post_password =&#8221; ORDER BY score DESC LIMIT 6 made by aa_related_posts_404<br />
why???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 二手科学家</title>
		<link>http://fairyfish.net/2008/06/05/speed-up-wordpress-plugin-by-using-postmeta/comment-page-1/#comment-27912</link>
		<dc:creator>二手科学家</dc:creator>
		<pubDate>Fri, 06 Jun 2008 06:20:42 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1402#comment-27912</guid>
		<description>download enjoy it</description>
		<content:encoded><![CDATA[<p>download enjoy it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 雀巢</title>
		<link>http://fairyfish.net/2008/06/05/speed-up-wordpress-plugin-by-using-postmeta/comment-page-1/#comment-27909</link>
		<dc:creator>雀巢</dc:creator>
		<pubDate>Fri, 06 Jun 2008 06:04:02 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1402#comment-27909</guid>
		<description>技术贴。学习了</description>
		<content:encoded><![CDATA[<p>技术贴。学习了</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MY-Hou</title>
		<link>http://fairyfish.net/2008/06/05/speed-up-wordpress-plugin-by-using-postmeta/comment-page-1/#comment-27908</link>
		<dc:creator>MY-Hou</dc:creator>
		<pubDate>Fri, 06 Jun 2008 05:56:31 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1402#comment-27908</guid>
		<description>升了···在品</description>
		<content:encoded><![CDATA[<p>升了···在品</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis</title>
		<link>http://fairyfish.net/2008/06/05/speed-up-wordpress-plugin-by-using-postmeta/comment-page-1/#comment-27904</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Fri, 06 Jun 2008 04:48:25 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1402#comment-27904</guid>
		<description>其实我来自火星！</description>
		<content:encoded><![CDATA[<p>其实我来自火星！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Black-Xstar</title>
		<link>http://fairyfish.net/2008/06/05/speed-up-wordpress-plugin-by-using-postmeta/comment-page-1/#comment-27903</link>
		<dc:creator>Black-Xstar</dc:creator>
		<pubDate>Fri, 06 Jun 2008 04:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1402#comment-27903</guid>
		<description>我这里一切正常啊。
看来是你是RP问题 :mrgreen:</description>
		<content:encoded><![CDATA[<p>我这里一切正常啊。<br />
看来是你是RP问题 <img src='http://fairyfish.b0.upaiyun.com/smilies/icon_mrgreen.gif' alt=':mrgreen:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Black-Xstar</title>
		<link>http://fairyfish.net/2008/06/05/speed-up-wordpress-plugin-by-using-postmeta/comment-page-1/#comment-27901</link>
		<dc:creator>Black-Xstar</dc:creator>
		<pubDate>Fri, 06 Jun 2008 04:37:07 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1402#comment-27901</guid>
		<description>刚刚后台提醒我升级了。
不过还是等等吧 :mrgreen:</description>
		<content:encoded><![CDATA[<p>刚刚后台提醒我升级了。<br />
不过还是等等吧 <img src='http://fairyfish.b0.upaiyun.com/smilies/icon_mrgreen.gif' alt=':mrgreen:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JackyCheung</title>
		<link>http://fairyfish.net/2008/06/05/speed-up-wordpress-plugin-by-using-postmeta/comment-page-1/#comment-27899</link>
		<dc:creator>JackyCheung</dc:creator>
		<pubDate>Fri, 06 Jun 2008 03:57:19 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1402#comment-27899</guid>
		<description>下来研究一下... 水鱼要支持, 很强大的地球人</description>
		<content:encoded><![CDATA[<p>下来研究一下&#8230; 水鱼要支持, 很强大的地球人</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lifishake</title>
		<link>http://fairyfish.net/2008/06/05/speed-up-wordpress-plugin-by-using-postmeta/comment-page-1/#comment-27898</link>
		<dc:creator>lifishake</dc:creator>
		<pubDate>Fri, 06 Jun 2008 03:28:52 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1402#comment-27898</guid>
		<description>建个视图怎么样?</description>
		<content:encoded><![CDATA[<p>建个视图怎么样?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: patrick</title>
		<link>http://fairyfish.net/2008/06/05/speed-up-wordpress-plugin-by-using-postmeta/comment-page-1/#comment-27897</link>
		<dc:creator>patrick</dc:creator>
		<pubDate>Fri, 06 Jun 2008 03:13:23 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1402#comment-27897</guid>
		<description>值得郁闷！后台界面成英文了？！中文mo文件没有作用？</description>
		<content:encoded><![CDATA[<p>值得郁闷！后台界面成英文了？！中文mo文件没有作用？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomdbtel</title>
		<link>http://fairyfish.net/2008/06/05/speed-up-wordpress-plugin-by-using-postmeta/comment-page-1/#comment-27896</link>
		<dc:creator>tomdbtel</dc:creator>
		<pubDate>Fri, 06 Jun 2008 01:56:35 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1402#comment-27896</guid>
		<description>最近有点忙，一直没时间过来看鱼儿。

呵呵...得闲来踩踩 :grin:</description>
		<content:encoded><![CDATA[<p>最近有点忙，一直没时间过来看鱼儿。</p>
<p>呵呵&#8230;得闲来踩踩 <img src='http://fairyfish.b0.upaiyun.com/smilies/icon_biggrin.gif' alt=':grin:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 李海鑫</title>
		<link>http://fairyfish.net/2008/06/05/speed-up-wordpress-plugin-by-using-postmeta/comment-page-1/#comment-27894</link>
		<dc:creator>李海鑫</dc:creator>
		<pubDate>Fri, 06 Jun 2008 01:07:06 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1402#comment-27894</guid>
		<description>专业...值得学习</description>
		<content:encoded><![CDATA[<p>专业&#8230;值得学习</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: millettam</title>
		<link>http://fairyfish.net/2008/06/05/speed-up-wordpress-plugin-by-using-postmeta/comment-page-1/#comment-27889</link>
		<dc:creator>millettam</dc:creator>
		<pubDate>Thu, 05 Jun 2008 15:23:58 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1402#comment-27889</guid>
		<description>值得评论</description>
		<content:encoded><![CDATA[<p>值得评论</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Black-Xstar</title>
		<link>http://fairyfish.net/2008/06/05/speed-up-wordpress-plugin-by-using-postmeta/comment-page-1/#comment-27876</link>
		<dc:creator>Black-Xstar</dc:creator>
		<pubDate>Thu, 05 Jun 2008 13:02:16 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1402#comment-27876</guid>
		<description>值得升级</description>
		<content:encoded><![CDATA[<p>值得升级</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis</title>
		<link>http://fairyfish.net/2008/06/05/speed-up-wordpress-plugin-by-using-postmeta/comment-page-1/#comment-27875</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Thu, 05 Jun 2008 12:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1402#comment-27875</guid>
		<description>汗，好吃不？</description>
		<content:encoded><![CDATA[<p>汗，好吃不？</p>
]]></content:encoded>
	</item>
</channel>
</rss>

