<?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>Sat, 13 Mar 2010 16:06:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: zhang</title>
		<link>http://fairyfish.net/2008/06/05/speed-up-wordpress-plugin-by-using-postmeta/#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-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-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-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-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-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;= &#8216;2008-06-12 08:12:12&#8242; AND (post_status IN ( &#8216;publish&#8217;, &#8217;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;= &#8216;2008-06-12 08:12:21&#8242; AND (post_status IN ( &#8216;publish&#8217;, &#8217;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;= &#8216;2008-06-12 08:12:21&#8242; AND (post_status IN ( &#8216;publish&#8217;, &#8217;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-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-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-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-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>
</channel>
</rss>
