<?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 Processing Large Datasets in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/processing-large-datasets/m-p/721328#M4935</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am going to attempt to create an ongoing discussion of how to handle large datasets. I am using a number of tools in ArcGIS (clip, intersect, selections, etc) and I have found some of the information out there very useful, however some of the information targets specific issues where some of it is a bit old. I believe that there may be new processes out that adds more flexibility. So far, this is what I have found:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From this &lt;A href="http://gis.stackexchange.com/questions/19622/clipping-very-large-polygon-datasets-in-arcgis"&gt;thread&lt;/A&gt; at GIS Stacked, the most comprehensive discussion I have found, provides some very good solutions to processing large datasets whcih also includes a link to ArcGIS help for &lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//002v0000000v000000.htm"&gt;Permance Tips for Geoprocessing Services&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is the ESRI Help tip for &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//01m10000000r000000"&gt;Tiled Processing of Large Datasets&lt;/A&gt; which provides information on performance and scalability of feature overlay tools (Intersect, Union, etc)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is another &lt;A href="http://gis.stackexchange.com/questions/8186/performance-of-arcgisscripting-and-large-spatial-data-sets"&gt;thread&lt;/A&gt; that's about 3 years old from GIS Stacked, discussing ArcScripting and a good explanation from a former ESRI employee about his throughts on processing large datasets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another &lt;A href="http://proceedings.esri.com/library/userconf/devsummit13/papers/devsummit-086.pdf"&gt;ESRI Powerpoint&lt;/A&gt; re-enforcing some of the techniques to process large datasets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another &lt;A href="http://blogs.esri.com/esri/arcgis/2012/06/15/be-successful-overlaying-large-complex-datasets-in-geoprocessing/"&gt;ESRI List&lt;/A&gt; of ways to &lt;SPAN style="font-size: 10pt;"&gt;successfully overlaying large, complex datasets in Geoprocessing&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;For what it's worth, I wrote a script a month or so ago that attempted to avoid a crash that was produced when running a dataset locally from a laptop hard drive. The idea was to intersect 2 very large datasets (both were the size of the state of Oregon). The memory allocation couldn't handle the size of the datasets so I basically took one dataset, converted it to a layer and incrementally changed the definition query to pull in groups of a thousand or so records. This allowed me to intersect the 2 datasets without it crashing. Mind you, the script took about 8-9 hours to run, but it was successful!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Please post any addition throughs, process flows and increase in performance solutions you have come across. I am particularly interested in speed performance.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Sep 2014 23:30:06 GMT</pubDate>
    <dc:creator>MikeMacRae</dc:creator>
    <dc:date>2014-09-03T23:30:06Z</dc:date>
    <item>
      <title>Processing Large Datasets</title>
      <link>https://community.esri.com/t5/developers-questions/processing-large-datasets/m-p/721328#M4935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am going to attempt to create an ongoing discussion of how to handle large datasets. I am using a number of tools in ArcGIS (clip, intersect, selections, etc) and I have found some of the information out there very useful, however some of the information targets specific issues where some of it is a bit old. I believe that there may be new processes out that adds more flexibility. So far, this is what I have found:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From this &lt;A href="http://gis.stackexchange.com/questions/19622/clipping-very-large-polygon-datasets-in-arcgis"&gt;thread&lt;/A&gt; at GIS Stacked, the most comprehensive discussion I have found, provides some very good solutions to processing large datasets whcih also includes a link to ArcGIS help for &lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//002v0000000v000000.htm"&gt;Permance Tips for Geoprocessing Services&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is the ESRI Help tip for &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//01m10000000r000000"&gt;Tiled Processing of Large Datasets&lt;/A&gt; which provides information on performance and scalability of feature overlay tools (Intersect, Union, etc)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is another &lt;A href="http://gis.stackexchange.com/questions/8186/performance-of-arcgisscripting-and-large-spatial-data-sets"&gt;thread&lt;/A&gt; that's about 3 years old from GIS Stacked, discussing ArcScripting and a good explanation from a former ESRI employee about his throughts on processing large datasets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another &lt;A href="http://proceedings.esri.com/library/userconf/devsummit13/papers/devsummit-086.pdf"&gt;ESRI Powerpoint&lt;/A&gt; re-enforcing some of the techniques to process large datasets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another &lt;A href="http://blogs.esri.com/esri/arcgis/2012/06/15/be-successful-overlaying-large-complex-datasets-in-geoprocessing/"&gt;ESRI List&lt;/A&gt; of ways to &lt;SPAN style="font-size: 10pt;"&gt;successfully overlaying large, complex datasets in Geoprocessing&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;For what it's worth, I wrote a script a month or so ago that attempted to avoid a crash that was produced when running a dataset locally from a laptop hard drive. The idea was to intersect 2 very large datasets (both were the size of the state of Oregon). The memory allocation couldn't handle the size of the datasets so I basically took one dataset, converted it to a layer and incrementally changed the definition query to pull in groups of a thousand or so records. This allowed me to intersect the 2 datasets without it crashing. Mind you, the script took about 8-9 hours to run, but it was successful!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Please post any addition throughs, process flows and increase in performance solutions you have come across. I am particularly interested in speed performance.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 23:30:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/processing-large-datasets/m-p/721328#M4935</guid>
      <dc:creator>MikeMacRae</dc:creator>
      <dc:date>2014-09-03T23:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Processing Large Datasets</title>
      <link>https://community.esri.com/t5/developers-questions/processing-large-datasets/m-p/721329#M4936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, rather than &lt;EM&gt;processing&lt;/EM&gt; large dataset, we frequently have to &lt;EM&gt;move&lt;/EM&gt; large datasets from one database to another (e.g. in data migration). Mostly, this takes place on Oracle ArcSDE platforms and typically, we have to move data into an existing schema. Also, most of my experience is using ST_GEOMETRY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have come up with a couple of rules that help us dealing with this:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Strip the target table or feature class as far as you can - no indexes, spatial or otherwise, no class extensions, no relationship classes, no geometric networks, no topologies, no versioning&lt;/LI&gt;&lt;LI&gt;Old style sdeexport/sdeimport is the fastest we have yet seen.&lt;/LI&gt;&lt;LI&gt;Work as close to the database as you can: Latency can be a serious problem. For big projects, we set up dedicated machines (typically high end desktops with fast Intel quadcore CPUs and SSDs) that have both Oracle and ArcGIS Desktop installed. Works wonders for GlobalID-creation!&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 16:30:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/processing-large-datasets/m-p/721329#M4936</guid>
      <dc:creator>MartinAmeskamp</dc:creator>
      <dc:date>2014-09-18T16:30:40Z</dc:date>
    </item>
  </channel>
</rss>

