<?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 Very slow export to shapefile in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/very-slow-export-to-shapefile/m-p/703179#M22</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a file geodatabase in ArcGIS 10.4 for Desktop. In the gdb, I have point feature classes that contain about 8 million points each. I have only added 2 string fields to them that have lengths of just 10 characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I export to shapefile with Export to Shapefile (multiple) in Catalog, it takes forever, about 15 seconds to write just 1MB into the .shp file, about an hour to write a single shapefile which is over 200 MB. Why is this so slow and is there a faster method to writing out to a shapefile? It is not my disk or system as other programs have no problems writing files quickly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Apr 2016 14:22:35 GMT</pubDate>
    <dc:creator>AndrewVanWie</dc:creator>
    <dc:date>2016-04-08T14:22:35Z</dc:date>
    <item>
      <title>Very slow export to shapefile</title>
      <link>https://community.esri.com/t5/geodatabase-questions/very-slow-export-to-shapefile/m-p/703179#M22</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a file geodatabase in ArcGIS 10.4 for Desktop. In the gdb, I have point feature classes that contain about 8 million points each. I have only added 2 string fields to them that have lengths of just 10 characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I export to shapefile with Export to Shapefile (multiple) in Catalog, it takes forever, about 15 seconds to write just 1MB into the .shp file, about an hour to write a single shapefile which is over 200 MB. Why is this so slow and is there a faster method to writing out to a shapefile? It is not my disk or system as other programs have no problems writing files quickly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 14:22:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/very-slow-export-to-shapefile/m-p/703179#M22</guid>
      <dc:creator>AndrewVanWie</dc:creator>
      <dc:date>2016-04-08T14:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Very slow export to shapefile</title>
      <link>https://community.esri.com/t5/geodatabase-questions/very-slow-export-to-shapefile/m-p/703180#M23</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That does sound like an excessively long time, even though you have a massive file in there. Out of curiosity, have you tried to load your point feature class into ArcMap and then export it from there to see how long it takes?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 14:29:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/very-slow-export-to-shapefile/m-p/703180#M23</guid>
      <dc:creator>AdrianWelsh</dc:creator>
      <dc:date>2016-04-08T14:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Very slow export to shapefile</title>
      <link>https://community.esri.com/t5/geodatabase-questions/very-slow-export-to-shapefile/m-p/703181#M24</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, an hour for 8mill records, that's a bit over 2000 records a second.&lt;/P&gt;&lt;P&gt;I recently had to process a large text based lidar point set, to a point feature.&lt;/P&gt;&lt;P&gt;Used python / arcpy. But it did take well over an hour to write out 12+mill points.&lt;/P&gt;&lt;P&gt;Which I didn't think was too bad.&lt;/P&gt;&lt;P&gt;Perhaps consider buying some fasted hardware.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 15:00:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/very-slow-export-to-shapefile/m-p/703181#M24</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2016-04-08T15:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Very slow export to shapefile</title>
      <link>https://community.esri.com/t5/geodatabase-questions/very-slow-export-to-shapefile/m-p/703182#M25</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply. Yes, I've tried that and also arcpy.FeatureClassToShapefile_conversion. They all take the same amount of time. The arcpy seems to take twice as much processing but same output time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Export to Shapefile I can at least run several instances at the same time (4-5). The arcpy will only allow me 2 before pegging out my processors.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 15:41:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/very-slow-export-to-shapefile/m-p/703182#M25</guid>
      <dc:creator>AndrewVanWie</dc:creator>
      <dc:date>2016-04-08T15:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Very slow export to shapefile</title>
      <link>https://community.esri.com/t5/geodatabase-questions/very-slow-export-to-shapefile/m-p/703183#M26</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply. Hardware is fairly new workstation Xeon quad core 3.6 GHz. Arc doesn't seem to take advantage of the multiple processors.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 15:44:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/very-slow-export-to-shapefile/m-p/703183#M26</guid>
      <dc:creator>AndrewVanWie</dc:creator>
      <dc:date>2016-04-08T15:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Very slow export to shapefile</title>
      <link>https://community.esri.com/t5/geodatabase-questions/very-slow-export-to-shapefile/m-p/703184#M27</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andrew, do you have a way to use ArcGIS Pro? I wonder, since it is newer and seems to behave better with more-modern computer processors, if it would do better with your data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 20:35:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/very-slow-export-to-shapefile/m-p/703184#M27</guid>
      <dc:creator>AdrianWelsh</dc:creator>
      <dc:date>2016-04-08T20:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Very slow export to shapefile</title>
      <link>https://community.esri.com/t5/geodatabase-questions/very-slow-export-to-shapefile/m-p/703185#M28</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why no try &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/copy-features.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/copy-features.htm"&gt;Copy Features—Help | ArcGIS for Desktop&lt;/A&gt; instead of the tool you are using.&amp;nbsp; If there is a difference in the times between the two and one works faster, simply write a script process inputs and outputs and run on your way home.&amp;nbsp; You can this within either ArcMap or PRO, but I would compare time differences between them to see if there is a significant difference between them for the same operation on the same file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 20:44:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/very-slow-export-to-shapefile/m-p/703185#M28</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-04-08T20:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: Very slow export to shapefile</title>
      <link>https://community.esri.com/t5/geodatabase-questions/very-slow-export-to-shapefile/m-p/703186#M29</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;8 million points are a lot of records, and when writing from GDB to shape file all the field contents need to be translated from binary to ascii, and the shapes need to be converted from integer (gdb) to float (shapefile).&amp;nbsp; Your performance doesn't sound that bad to me given the data volume you are working with here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Apr 2016 00:57:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/very-slow-export-to-shapefile/m-p/703186#M29</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2016-04-09T00:57:22Z</dc:date>
    </item>
  </channel>
</rss>

