<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: The effect of increasing the XY tolerance in the performance, in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/the-effect-of-increasing-the-xy-tolerance-in-the/m-p/136916#M7877</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've cut storage size in half and doubled full table scan performance by removing five orders of magnitude from the X/Y scale. It follows that increasing by five orders of magnitude &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;and&lt;/SPAN&gt;&lt;SPAN&gt; increasing the polygon complexity by including microscopic features would slow all processing by three to ten times, possibly as much as two or three orders of magnitude (100x -1000x). - V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 04 May 2014 22:32:50 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2014-05-04T22:32:50Z</dc:date>
    <item>
      <title>The effect of increasing the XY tolerance in the performance,</title>
      <link>https://community.esri.com/t5/data-management-questions/the-effect-of-increasing-the-xy-tolerance-in-the/m-p/136914#M7875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The effect of increasing the XY tolerance in the performance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I�??m wondering if increasing the XY tolerance (say 0.00000001) of a particular enterprise layer would slow down the performance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]33572[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The reason for that is my enterprise layer may receive polygons of very small areas (due to conversions from CAD by using FME) and I don�??t want to consider these small areas as errors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jamal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 May 2014 18:26:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/the-effect-of-increasing-the-xy-tolerance-in-the/m-p/136914#M7875</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2014-05-04T18:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: The effect of increasing the XY tolerance in the performance,</title>
      <link>https://community.esri.com/t5/data-management-questions/the-effect-of-increasing-the-xy-tolerance-in-the/m-p/136915#M7876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The reason for that is my enterprise layer may receive polygons of very small areas (due to conversions from CAD by using FME) and I don�??t want to consider these small areas as errors.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;really&lt;/SPAN&gt;&lt;SPAN&gt; want to maintain these, most likely, sliver polygons in your final layers? They are likely to cause issues or at least confusion later on when the data is used or analysed. You may wish to have a look at the options presented on this page:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//01m600000012000000"&gt;Removing slivers or gaps between polygons&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I realize none of the options presented there is "ideal/perfect" (but then the real world isn't :eek:). Setting up a &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//01mm0000000m000000"&gt;Topology&lt;/A&gt;&lt;SPAN&gt; will give you most control over what is happening, and where it is happening, but requires manual intervention. &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00170000002s000000"&gt;Integrate&lt;/A&gt;&lt;SPAN&gt; is automatic, but requires a very careful setting of the tolerance and experimentation so as to not loose data that you want to maintain.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also see there is another tool presented on the first linked page that you may wish to explore: &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00170000005p000000"&gt;Eliminate&lt;/A&gt;&lt;SPAN&gt;, also helping you with cleaning up slivers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You may wish to use a two step approach:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Run &lt;/SPAN&gt;&lt;STRONG&gt;Integrate&lt;/STRONG&gt;&lt;SPAN&gt; (and / or &lt;/SPAN&gt;&lt;STRONG&gt;Eliminate&lt;/STRONG&gt;&lt;SPAN&gt;) with an effective, but conservative(!), setting so as the clean up the bulk of tiny slivers or spurious small polygons.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Then create a &lt;/SPAN&gt;&lt;STRONG&gt;Topology&lt;/STRONG&gt;&lt;SPAN&gt; of the resulting layer, and clean up the rest manually assisted by the Topology tools.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 May 2014 19:27:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/the-effect-of-increasing-the-xy-tolerance-in-the/m-p/136915#M7876</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2014-05-04T19:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: The effect of increasing the XY tolerance in the performance,</title>
      <link>https://community.esri.com/t5/data-management-questions/the-effect-of-increasing-the-xy-tolerance-in-the/m-p/136916#M7877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've cut storage size in half and doubled full table scan performance by removing five orders of magnitude from the X/Y scale. It follows that increasing by five orders of magnitude &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;and&lt;/SPAN&gt;&lt;SPAN&gt; increasing the polygon complexity by including microscopic features would slow all processing by three to ten times, possibly as much as two or three orders of magnitude (100x -1000x). - V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 May 2014 22:32:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/the-effect-of-increasing-the-xy-tolerance-in-the/m-p/136916#M7877</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-05-04T22:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: The effect of increasing the XY tolerance in the performance,</title>
      <link>https://community.esri.com/t5/data-management-questions/the-effect-of-increasing-the-xy-tolerance-in-the/m-p/136917#M7878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I've cut storage size in half and doubled full table scan performance by removing five orders of magnitude from the X/Y scale. It follows that increasing by five orders of magnitude &lt;SPAN style="font-style:italic;"&gt;and&lt;/SPAN&gt; increasing the polygon complexity by including microscopic features would slow all processing by three to ten times, possibly as much as two or three orders of magnitude (100x -1000x). - V&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks Marco and Vince for the help,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I�??m correct if I say YES. Increasing the XY tolerance will decrease the performance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the same context, what might be the effect on increasing the resolutions?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]33596[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 19:18:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/the-effect-of-increasing-the-xy-tolerance-in-the/m-p/136917#M7878</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2014-05-05T19:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: The effect of increasing the XY tolerance in the performance,</title>
      <link>https://community.esri.com/t5/data-management-questions/the-effect-of-increasing-the-xy-tolerance-in-the/m-p/136918#M7879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;In the same context, what might be the effect on increasing the resolutions?&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A potentially unwanted loss of accuracy / precision of the stored coordinates. With the default, you can reasonably store measurements up to millimetre precision, changing the default resolution to something like 0.1 m, will not allow that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also see this Help page:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//003n0000001v000000"&gt;The properties of a spatial reference&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And mind the following quote from that page:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;"&lt;STRONG&gt;Esri strongly recommends using the default x,y resolution in most cases&lt;/STRONG&gt; because it has proved to perform quite well and can store adequate coordinate precision for most situations."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also see this quite interesting Help topic. Although it is related to Parcel Fabrics, it gives some nice background regarding historic surveys / measurements and what "accuracy" they represented:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00wp0000001m000000"&gt;About accuracy&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 20:46:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/the-effect-of-increasing-the-xy-tolerance-in-the/m-p/136918#M7879</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2014-05-05T20:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: The effect of increasing the XY tolerance in the performance,</title>
      <link>https://community.esri.com/t5/data-management-questions/the-effect-of-increasing-the-xy-tolerance-in-the/m-p/136919#M7880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;I�??m correct if I say YES. Increasing the XY tolerance will decrease the performance.&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First you'd need to specify what you mean by "increase".&amp;nbsp; Are you operating on &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;a numerator or a denominator?&amp;nbsp; Changing from 0.001 meters (one millimeter) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to 0.000000001 meters (10 nanometers) is decreasing the value, but &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;increasing&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the precision. Changing from 0.01 meters (one centimeter) to 0.1 meters (one&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;decimeter) increases the value &lt;/SPAN&gt;&lt;STRONG&gt;and&lt;/STRONG&gt;&lt;SPAN&gt; increases the tolerance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would say that increasing the default precision without justification for highly&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;accurate data (e.g., a scanning electron microscope) is wasteful of storage and&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;processing capability.&amp;nbsp; Increasing the tolerance value will add "fuzziness" to your&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;location data under some processing conditions; the full impact depends on the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;data and the processes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 21:16:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/the-effect-of-increasing-the-xy-tolerance-in-the/m-p/136919#M7880</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-05-05T21:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: The effect of increasing the XY tolerance in the performance,</title>
      <link>https://community.esri.com/t5/data-management-questions/the-effect-of-increasing-the-xy-tolerance-in-the/m-p/136920#M7881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;First you'd need to specify what you mean by "increase".&amp;nbsp; Are you operating on &lt;BR /&gt;a numerator or a denominator?&amp;nbsp; Changing from 0.001 meters (one millimeter) &lt;BR /&gt;to 0.000000001 meters (10 nanometers) is decreasing the value, but &lt;SPAN style="font-style:italic;"&gt;increasing&lt;/SPAN&gt;&lt;BR /&gt;the precision. Changing from 0.01 meters (one centimeter) to 0.1 meters (one&lt;BR /&gt;decimeter) increases the value &lt;STRONG&gt;and&lt;/STRONG&gt; increases the tolerance.&lt;BR /&gt;&lt;BR /&gt;I would say that increasing the default precision without justification for highly&lt;BR /&gt;accurate data (e.g., a scanning electron microscope) is wasteful of storage and&lt;BR /&gt;processing capability.&amp;nbsp; Increasing the tolerance value will add "fuzziness" to your&lt;BR /&gt;location data under some processing conditions; the full impact depends on the&lt;BR /&gt;data and the processes.&lt;BR /&gt;&lt;BR /&gt;- V&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you Marco and Vince for the very useful input. Now, it is much more obvious for me&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jamal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 19:20:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/the-effect-of-increasing-the-xy-tolerance-in-the/m-p/136920#M7881</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2014-05-08T19:20:59Z</dc:date>
    </item>
  </channel>
</rss>

