<?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: faster and better text search</title>
	<atom:link href="http://whatstheplot.com/blog/2009/01/25/faster-and-better-text-search/feed/" rel="self" type="application/rss+xml" />
	<link>http://whatstheplot.com/blog/2009/01/25/faster-and-better-text-search/</link>
	<description>a plotting plotter plotted a plot at whatstheplot.com</description>
	<lastBuildDate>Wed, 21 Jul 2010 13:45:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
	<item>
		<title>By: sasjamal</title>
		<link>http://whatstheplot.com/blog/2009/01/25/faster-and-better-text-search/comment-page-1/#comment-11371</link>
		<dc:creator>sasjamal</dc:creator>
		<pubDate>Mon, 26 Jan 2009 17:58:29 +0000</pubDate>
		<guid isPermaLink="false">http://whatstheplot.com/blog/?p=232#comment-11371</guid>
		<description>Well, what are you waiting for.

Go back in there and do MYSQL the right way. Then make your fancy graphs :)

Sas</description>
		<content:encoded><![CDATA[<p>Well, what are you waiting for.</p>
<p>Go back in there and do MYSQL the right way. Then make your fancy graphs <img src='http://whatstheplot.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Sas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Basil Mohamed Gohar</title>
		<link>http://whatstheplot.com/blog/2009/01/25/faster-and-better-text-search/comment-page-1/#comment-11370</link>
		<dc:creator>Basil Mohamed Gohar</dc:creator>
		<pubDate>Mon, 26 Jan 2009 07:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://whatstheplot.com/blog/?p=232#comment-11370</guid>
		<description>I think Sphinx has been proven to be the vastly superior method for fulltext searching.  Check out MySQL Performance Blog (http://www.mysqlperformanceblog.com/) for the gory details.  They frequently demonstrate how superior it is.</description>
		<content:encoded><![CDATA[<p>I think Sphinx has been proven to be the vastly superior method for fulltext searching.  Check out MySQL Performance Blog (<a href="http://www.mysqlperformanceblog.com/" rel="nofollow">http://www.mysqlperformanceblog.com/</a>) for the gory details.  They frequently demonstrate how superior it is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ahmedre</title>
		<link>http://whatstheplot.com/blog/2009/01/25/faster-and-better-text-search/comment-page-1/#comment-11368</link>
		<dc:creator>ahmedre</dc:creator>
		<pubDate>Mon, 26 Jan 2009 07:03:19 +0000</pubDate>
		<guid isPermaLink="false">http://whatstheplot.com/blog/?p=232#comment-11368</guid>
		<description>nice, jazakAllah khair!
i&#039;ll give this a shot and see how it compares.  however, i doubt that it will come close to matching sphinx (plus even if it did, sphinx is more powerful, you can build more advanced queries easier, etc - for example, you can say that you have word1 and word2 within a distance of 10 or less words apart, things like this).

if i try this i will post updated numbers here...</description>
		<content:encoded><![CDATA[<p>nice, jazakAllah khair!<br />
i&#8217;ll give this a shot and see how it compares.  however, i doubt that it will come close to matching sphinx (plus even if it did, sphinx is more powerful, you can build more advanced queries easier, etc &#8211; for example, you can say that you have word1 and word2 within a distance of 10 or less words apart, things like this).</p>
<p>if i try this i will post updated numbers here&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Basil Mohamed Gohar</title>
		<link>http://whatstheplot.com/blog/2009/01/25/faster-and-better-text-search/comment-page-1/#comment-11366</link>
		<dc:creator>Basil Mohamed Gohar</dc:creator>
		<pubDate>Mon, 26 Jan 2009 05:55:57 +0000</pubDate>
		<guid isPermaLink="false">http://whatstheplot.com/blog/?p=232#comment-11366</guid>
		<description>Hmm...approximately 6000 quotes...or &quot;verses&quot; as you say.  Whatever could that be?!

By the way, the style of query you were using would not use the MySQL fulltext indexing at all.  As far as I know, MySQL has no technique for accelerating a query of the type %something%.  If, on the other hand, you are searching.

For example, this would work very fast with MySQL fulltext:

SELECT * FROM `verses` WHERE MATCH (`text`) AGAINST (&#039;Allah&#039;)

This is how to take advantage of fulltext indexing in MySQL.

More here: http://dev.mysql.com/doc/refman/5.0/en/fulltext-search.html</description>
		<content:encoded><![CDATA[<p>Hmm&#8230;approximately 6000 quotes&#8230;or &#8220;verses&#8221; as you say.  Whatever could that be?!</p>
<p>By the way, the style of query you were using would not use the MySQL fulltext indexing at all.  As far as I know, MySQL has no technique for accelerating a query of the type %something%.  If, on the other hand, you are searching.</p>
<p>For example, this would work very fast with MySQL fulltext:</p>
<p>SELECT * FROM `verses` WHERE MATCH (`text`) AGAINST (&#8216;Allah&#8217;)</p>
<p>This is how to take advantage of fulltext indexing in MySQL.</p>
<p>More here: <a href="http://dev.mysql.com/doc/refman/5.0/en/fulltext-search.html" rel="nofollow">http://dev.mysql.com/doc/refman/5.0/en/fulltext-search.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
