<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: SQL 2008 Full-Text Search Problems</title>
	<atom:link href="http://blog.stackoverflow.com/2008/11/sql-2008-full-text-search-problems/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stackoverflow.com/2008/11/sql-2008-full-text-search-problems/</link>
	<description>a programming community exploit</description>
	<lastBuildDate>Mon, 23 Nov 2009 09:29:13 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: srv</title>
		<link>http://blog.stackoverflow.com/2008/11/sql-2008-full-text-search-problems/#comment-40820</link>
		<dc:creator>srv</dc:creator>
		<pubDate>Tue, 27 Oct 2009 19:08:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=145#comment-40820</guid>
		<description>It got solved!

http://www.brentozar.com/archive/2008/11/stackoverflows-sql-2008-fts-issue-solved/</description>
		<content:encoded><![CDATA[<p>It got solved!</p>
<p><a href="http://www.brentozar.com/archive/2008/11/stackoverflows-sql-2008-fts-issue-solved/" rel="nofollow">http://www.brentozar.com/archive/2008/11/stackoverflows-sql-2008-fts-issue-solved/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://blog.stackoverflow.com/2008/11/sql-2008-full-text-search-problems/#comment-40818</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Tue, 27 Oct 2009 18:24:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=145#comment-40818</guid>
		<description>Any new information with this issue, has it been resolved?</description>
		<content:encoded><![CDATA[<p>Any new information with this issue, has it been resolved?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srv</title>
		<link>http://blog.stackoverflow.com/2008/11/sql-2008-full-text-search-problems/#comment-32894</link>
		<dc:creator>srv</dc:creator>
		<pubDate>Fri, 28 Aug 2009 04:03:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=145#comment-32894</guid>
		<description>Brent,

Issue solved with the cumulative update? Or moved over to Lucene.net. I found the .net version of Lucene lacks many features. So its better to use the Java version.

Regards,
SRV</description>
		<content:encoded><![CDATA[<p>Brent,</p>
<p>Issue solved with the cumulative update? Or moved over to Lucene.net. I found the .net version of Lucene lacks many features. So its better to use the Java version.</p>
<p>Regards,<br />
SRV</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fernando Azpeitia Lopez</title>
		<link>http://blog.stackoverflow.com/2008/11/sql-2008-full-text-search-problems/#comment-29174</link>
		<dc:creator>Fernando Azpeitia Lopez</dc:creator>
		<pubDate>Tue, 28 Jul 2009 21:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=145#comment-29174</guid>
		<description>Hello All,

After seeing the logical concern expressed in this blog in relation with this issue, it is important that my team (SQL Server Full-Text Search) shares with you the causes and resolution of this problem from SQL Server’s side.
Thanks again for your feedback and interest in this area.


High level description of the problem:

There are mainly two processes involved here: Queries and Background merges. Background merges reduce the number of fragments composing the Full-text Index and improve query performance. They are kicked off automatically when certain heuristics are met. When a background merge starts it locks some pieces of metadata that queries might require to lock as well. This transaction typically very short, but needed.

When a query is heavy and takes longer to execute than some milliseconds, we have observed that background merges gets convoyed behind these long running queries and queries issued after the merge transaction starts, have to wait the duration of the long running query before they start running degrading performance severely.


Resolution

There was a QFE request tacking this specific issue: 50003651 - SQL 2008 Performance is poor when concurrent queries are executed. The fixes made it into cumulative update (CU) #4 going to be available in upcoming public cumulative updates (PCUs).

Again, sorry for the problems this issue might have brought to you and we hope our completed fixes satisfy your current and future requirements.

Best Regards,</description>
		<content:encoded><![CDATA[<p>Hello All,</p>
<p>After seeing the logical concern expressed in this blog in relation with this issue, it is important that my team (SQL Server Full-Text Search) shares with you the causes and resolution of this problem from SQL Server’s side.<br />
Thanks again for your feedback and interest in this area.</p>
<p>High level description of the problem:</p>
<p>There are mainly two processes involved here: Queries and Background merges. Background merges reduce the number of fragments composing the Full-text Index and improve query performance. They are kicked off automatically when certain heuristics are met. When a background merge starts it locks some pieces of metadata that queries might require to lock as well. This transaction typically very short, but needed.</p>
<p>When a query is heavy and takes longer to execute than some milliseconds, we have observed that background merges gets convoyed behind these long running queries and queries issued after the merge transaction starts, have to wait the duration of the long running query before they start running degrading performance severely.</p>
<p>Resolution</p>
<p>There was a QFE request tacking this specific issue: 50003651 &#8211; SQL 2008 Performance is poor when concurrent queries are executed. The fixes made it into cumulative update (CU) #4 going to be available in upcoming public cumulative updates (PCUs).</p>
<p>Again, sorry for the problems this issue might have brought to you and we hope our completed fixes satisfy your current and future requirements.</p>
<p>Best Regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex42</title>
		<link>http://blog.stackoverflow.com/2008/11/sql-2008-full-text-search-problems/#comment-26265</link>
		<dc:creator>Alex42</dc:creator>
		<pubDate>Tue, 30 Jun 2009 12:58:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=145#comment-26265</guid>
		<description>Any progress about this issue?  http://stackoverflow.com/questions/1063498/sql-server-2008-full-text-search-fts-extremely-slow-when-more-than-one-contains</description>
		<content:encoded><![CDATA[<p>Any progress about this issue?  <a href="http://stackoverflow.com/questions/1063498/sql-server-2008-full-text-search-fts-extremely-slow-when-more-than-one-contains" rel="nofollow">http://stackoverflow.com/questions/1063498/sql-server-2008-full-text-search-fts-extremely-slow-when-more-than-one-contains</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Jobs</title>
		<link>http://blog.stackoverflow.com/2008/11/sql-2008-full-text-search-problems/#comment-22518</link>
		<dc:creator>Alan Jobs</dc:creator>
		<pubDate>Tue, 19 May 2009 03:54:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=145#comment-22518</guid>
		<description>Wow, I am working on this these days. Thanks!</description>
		<content:encoded><![CDATA[<p>Wow, I am working on this these days. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: viralpatel.net</title>
		<link>http://blog.stackoverflow.com/2008/11/sql-2008-full-text-search-problems/#comment-20133</link>
		<dc:creator>viralpatel.net</dc:creator>
		<pubDate>Wed, 22 Apr 2009 13:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=145#comment-20133</guid>
		<description>Is the problem solved?
Full-text search in MySQL?
http://viralpatel.net/blogs/2009/04/full-text-search-using-mysql-full-text-search-capabilities.html</description>
		<content:encoded><![CDATA[<p>Is the problem solved?<br />
Full-text search in MySQL?<br />
<a href="http://viralpatel.net/blogs/2009/04/full-text-search-using-mysql-full-text-search-capabilities.html" rel="nofollow">http://viralpatel.net/blogs/2009/04/full-text-search-using-mysql-full-text-search-capabilities.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ezequiel</title>
		<link>http://blog.stackoverflow.com/2008/11/sql-2008-full-text-search-problems/#comment-9613</link>
		<dc:creator>Ezequiel</dc:creator>
		<pubDate>Fri, 28 Nov 2008 22:20:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=145#comment-9613</guid>
		<description>I second edolnx, woudln&#039;t using WITH (NOLOCK) solve the problem?</description>
		<content:encoded><![CDATA[<p>I second edolnx, woudln&#8217;t using WITH (NOLOCK) solve the problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glen S</title>
		<link>http://blog.stackoverflow.com/2008/11/sql-2008-full-text-search-problems/#comment-8846</link>
		<dc:creator>Glen S</dc:creator>
		<pubDate>Mon, 10 Nov 2008 16:48:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=145#comment-8846</guid>
		<description>Eric Caron -

Sphinx can actually use XML as its input, so you could pull the data out of MSSQL as XML, feed it in to sphinx, and go from there.

We&#039;re using Sphinx internally.  Not a lot of queries, but it is extremely fast.</description>
		<content:encoded><![CDATA[<p>Eric Caron -</p>
<p>Sphinx can actually use XML as its input, so you could pull the data out of MSSQL as XML, feed it in to sphinx, and go from there.</p>
<p>We&#8217;re using Sphinx internally.  Not a lot of queries, but it is extremely fast.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick L</title>
		<link>http://blog.stackoverflow.com/2008/11/sql-2008-full-text-search-problems/#comment-8820</link>
		<dc:creator>Nick L</dc:creator>
		<pubDate>Mon, 10 Nov 2008 02:16:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=145#comment-8820</guid>
		<description>Another vote for Solr instead of plain Lucene. The performance and features are pretty amazing, and it&#039;s a lot easier to integrate.</description>
		<content:encoded><![CDATA[<p>Another vote for Solr instead of plain Lucene. The performance and features are pretty amazing, and it&#8217;s a lot easier to integrate.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
