<?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: Speeding up queries by a factor of 100 or more with DB2 Text Search	</title>
	<atom:link href="https://programmingzen.com/getting-started-with-db2-text-search/feed/" rel="self" type="application/rss+xml" />
	<link>https://programmingzen.com/getting-started-with-db2-text-search/</link>
	<description>Meditations on programming, startups, and technology</description>
	<lastBuildDate>Wed, 20 Jul 2011 16:51:44 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Antonio Cangiano		</title>
		<link>https://programmingzen.com/getting-started-with-db2-text-search/#comment-24405</link>

		<dc:creator><![CDATA[Antonio Cangiano]]></dc:creator>
		<pubDate>Wed, 20 Jul 2011 16:51:44 +0000</pubDate>
		<guid isPermaLink="false">http://programmingzen.com/?p=1397#comment-24405</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://programmingzen.com/getting-started-with-db2-text-search/#comment-24396&quot;&gt;johno&lt;/a&gt;.

Good spotting, Johno. It was meant to be &#039;%name%&#039; in the article from the very beginning  (which was what took 25+ seconds). I fixed it now.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://programmingzen.com/getting-started-with-db2-text-search/#comment-24396">johno</a>.</p>
<p>Good spotting, Johno. It was meant to be &#8216;%name%&#8217; in the article from the very beginning  (which was what took 25+ seconds). I fixed it now.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: duke		</title>
		<link>https://programmingzen.com/getting-started-with-db2-text-search/#comment-24404</link>

		<dc:creator><![CDATA[duke]]></dc:creator>
		<pubDate>Wed, 20 Jul 2011 14:52:14 +0000</pubDate>
		<guid isPermaLink="false">http://programmingzen.com/?p=1397#comment-24404</guid>

					<description><![CDATA[DB2 text search cannot distinguish between C++ and C#

Is this likely to be fixed any time?

thanks]]></description>
			<content:encoded><![CDATA[<p>DB2 text search cannot distinguish between C++ and C#</p>
<p>Is this likely to be fixed any time?</p>
<p>thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: johno		</title>
		<link>https://programmingzen.com/getting-started-with-db2-text-search/#comment-24396</link>

		<dc:creator><![CDATA[johno]]></dc:creator>
		<pubDate>Wed, 20 Jul 2011 11:12:15 +0000</pubDate>
		<guid isPermaLink="false">http://programmingzen.com/?p=1397#comment-24396</guid>

					<description><![CDATA[Queries using like &quot;name%&quot; actually should use index on name. It&#039;s called prefix search. And normally you would also have a limit clause there, since you really don&#039;t need to retrieve all matches when someone queries for something general like &quot;peter%&quot;.

What you probably wanted to write is a query with &quot;%name%&quot;. It has the same semantics as CONTAINS.]]></description>
			<content:encoded><![CDATA[<p>Queries using like &#8220;name%&#8221; actually should use index on name. It&#8217;s called prefix search. And normally you would also have a limit clause there, since you really don&#8217;t need to retrieve all matches when someone queries for something general like &#8220;peter%&#8221;.</p>
<p>What you probably wanted to write is a query with &#8220;%name%&#8221;. It has the same semantics as CONTAINS.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
