<?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: Strange behavior by design of the spatial function Filter in SQL Server 2008</title>
	<atom:link href="http://blog.jordogskog.no/2010/02/27/strange-behavior-by-design-of-the-spatial-function-filter-in-sql-server-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jordogskog.no/2010/02/27/strange-behavior-by-design-of-the-spatial-function-filter-in-sql-server-2008/</link>
	<description>Open Source (mostly) GIS in general and PostGIS in particular</description>
	<lastBuildDate>Sat, 19 Feb 2011 22:34:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Nicklas Avén</title>
		<link>http://blog.jordogskog.no/2010/02/27/strange-behavior-by-design-of-the-spatial-function-filter-in-sql-server-2008/comment-page-1/#comment-6394</link>
		<dc:creator>Nicklas Avén</dc:creator>
		<pubDate>Sat, 19 Feb 2011 22:34:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jordogskog.no/?p=78#comment-6394</guid>
		<description>the point here is not the false positive answers from the filter function. The point is that the filter function in some situations give different answer in the select clause and the where clause depending on that the where part gets an answer index-based answer and the select part does not.
/Nicklas</description>
		<content:encoded><![CDATA[<p>the point here is not the false positive answers from the filter function. The point is that the filter function in some situations give different answer in the select clause and the where clause depending on that the where part gets an answer index-based answer and the select part does not.<br />
/Nicklas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://blog.jordogskog.no/2010/02/27/strange-behavior-by-design-of-the-spatial-function-filter-in-sql-server-2008/comment-page-1/#comment-6308</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 16 Feb 2011 17:23:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jordogskog.no/?p=78#comment-6308</guid>
		<description>You are correct, it may return false positives.  However, the intended use is to get a smaller chunk of data out of a huge database really really fast. And THEN you use more precise filtering to narrow that smaller piece of data down to your final correct answer. If you were to only use the precise filters first, it would take far longer than this two step process.

In a sense, it&#039;s like looking something up in a [real, paper book] encyclopedia - you would grab the book with generally what you want in it, like articles starting with En-Ez, and then look in the index in the back of that book to find exactly the article you want.</description>
		<content:encoded><![CDATA[<p>You are correct, it may return false positives.  However, the intended use is to get a smaller chunk of data out of a huge database really really fast. And THEN you use more precise filtering to narrow that smaller piece of data down to your final correct answer. If you were to only use the precise filters first, it would take far longer than this two step process.</p>
<p>In a sense, it&#8217;s like looking something up in a [real, paper book] encyclopedia &#8211; you would grab the book with generally what you want in it, like articles starting with En-Ez, and then look in the index in the back of that book to find exactly the article you want.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Isaac Kunen</title>
		<link>http://blog.jordogskog.no/2010/02/27/strange-behavior-by-design-of-the-spatial-function-filter-in-sql-server-2008/comment-page-1/#comment-101</link>
		<dc:creator>Isaac Kunen</dc:creator>
		<pubDate>Fri, 05 Mar 2010 07:02:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jordogskog.no/?p=78#comment-101</guid>
		<description>Hi Nicklas,

Well, the trackback didn&#039;t work (I assume user error on my end) but I&#039;ve posted a response here: http://blogs.msdn.com/isaac/archive/2010/03/04/filter-one-odd-duck.aspx

The short version: yes it&#039;s odd. But it&#039;s a good thing.

Cheers,
-Isaac</description>
		<content:encoded><![CDATA[<p>Hi Nicklas,</p>
<p>Well, the trackback didn&#8217;t work (I assume user error on my end) but I&#8217;ve posted a response here: <a href="http://blogs.msdn.com/isaac/archive/2010/03/04/filter-one-odd-duck.aspx" rel="nofollow">http://blogs.msdn.com/isaac/archive/2010/03/04/filter-one-odd-duck.aspx</a></p>
<p>The short version: yes it&#8217;s odd. But it&#8217;s a good thing.</p>
<p>Cheers,<br />
-Isaac</p>
]]></content:encoded>
	</item>
</channel>
</rss>

