<?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: Exporting a very large File Geodatabase Feature Class after an Add Join in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/exporting-a-very-large-file-geodatabase-feature/m-p/24558#M891</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will need to re-apply the join once the shapefile is imported into the File Geodatabase.&amp;nbsp; Test one of the layers first before removing all of the joins.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Nov 2018 20:46:13 GMT</pubDate>
    <dc:creator>JakeSkinner</dc:creator>
    <dc:date>2018-11-13T20:46:13Z</dc:date>
    <item>
      <title>Exporting a very large File Geodatabase Feature Class after an Add Join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-a-very-large-file-geodatabase-feature/m-p/24551#M884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; border: 0px;"&gt;Hello!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; border: 0px;"&gt;I have 40 separate File Geodatabase Feature Classes inside a File Geodatabase each with about 1,000,000 polygons each with around 5 fields and 10 new ones I joined using the Add Join tool. So far no problem. However, as far as I know the only way to make this a permanent one is to use the Export Features Tool. Exporting it without the join is done after a few minutes, however exporting it with the join is taking as long as 2 days per File Geodatabase Feature Class.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; border: 0px;"&gt;Is there anything I could do differently to speed up the process??&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; border: 0px;"&gt;I would really appreciate somebody's help even if it is to let me know that there is nothing else I can do.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; border: 0px;"&gt;Just want to be sure I am doing it correctly and not wasting a month of work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2018 18:04:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-a-very-large-file-geodatabase-feature/m-p/24551#M884</guid>
      <dc:creator>NataliaGutierrez1</dc:creator>
      <dc:date>2018-11-13T18:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a very large File Geodatabase Feature Class after an Add Join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-a-very-large-file-geodatabase-feature/m-p/24552#M885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Natalia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of performing a join and exporting, try executing the &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/join-field.htm"&gt;Join Field&lt;/A&gt; tool.&amp;nbsp; This tool joins the fields directly to the feature class.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2018 18:31:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-a-very-large-file-geodatabase-feature/m-p/24552#M885</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2018-11-13T18:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a very large File Geodatabase Feature Class after an Add Join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-a-very-large-file-geodatabase-feature/m-p/24553#M886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Jake for your response. I already tried this as well and it also takes a fair amount of time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anything else I could do?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2018 19:17:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-a-very-large-file-geodatabase-feature/m-p/24553#M886</guid>
      <dc:creator>NataliaGutierrez1</dc:creator>
      <dc:date>2018-11-13T19:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a very large File Geodatabase Feature Class after an Add Join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-a-very-large-file-geodatabase-feature/m-p/24554#M887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would have is to make sure you have the join fields indexed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, where does the join table reside?&amp;nbsp; Is it a CSV, a File Geodatabase table?&amp;nbsp; If it's a File Geodatabase table, does it exist in the same File Geodatabase as the feature class?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2018 19:36:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-a-very-large-file-geodatabase-feature/m-p/24554#M887</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2018-11-13T19:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a very large File Geodatabase Feature Class after an Add Join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-a-very-large-file-geodatabase-feature/m-p/24555#M888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jake I am not sure if I have the join fields indexed. I don't really know what that is.How could I do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The join table resides in a folder in the form of a shapefile. In reality I am joining the table from a shapefile to a file geodatagase feature class.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2018 20:03:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-a-very-large-file-geodatabase-feature/m-p/24555#M888</guid>
      <dc:creator>NataliaGutierrez1</dc:creator>
      <dc:date>2018-11-13T20:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a very large File Geodatabase Feature Class after an Add Join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-a-very-large-file-geodatabase-feature/m-p/24556#M889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try importing the shapefile into the same File Geodatabase as the feature class.&amp;nbsp; Then, &lt;A href="http://desktop.arcgis.com/en/arcmap/10.3/manage-data/tables/creating-attribute-indexes.htm#GUID-CEA946A9-67D8-4CAB-9B11-293D726FB39A"&gt;add an index&lt;/A&gt; to the fields that you are using to create a join.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2018 20:05:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-a-very-large-file-geodatabase-feature/m-p/24556#M889</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2018-11-13T20:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a very large File Geodatabase Feature Class after an Add Join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-a-very-large-file-geodatabase-feature/m-p/24557#M890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Should I remove the join and add the join again after having moved the shapefile into the Geodatabase? Or moving the shapefile to the geodatabase with the join already done works? I am asking before I remove the joins of over 50 shapefiles &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2018 20:30:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-a-very-large-file-geodatabase-feature/m-p/24557#M890</guid>
      <dc:creator>NataliaGutierrez1</dc:creator>
      <dc:date>2018-11-13T20:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a very large File Geodatabase Feature Class after an Add Join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-a-very-large-file-geodatabase-feature/m-p/24558#M891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will need to re-apply the join once the shapefile is imported into the File Geodatabase.&amp;nbsp; Test one of the layers first before removing all of the joins.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2018 20:46:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-a-very-large-file-geodatabase-feature/m-p/24558#M891</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2018-11-13T20:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a very large File Geodatabase Feature Class after an Add Join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-a-very-large-file-geodatabase-feature/m-p/24559#M892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alright will try:&lt;/P&gt;&lt;P&gt;1. Removing the join for one File Geodatabase feature class&lt;/P&gt;&lt;P&gt;2. Then moving the shapefile inside the Geodatabase&lt;/P&gt;&lt;P&gt;3. Add Attribute Indexes to the two fields I am using to create the join. (The common field between the shapefile and the file geodatabase I using to create the join?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does that sound correct?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2018 20:56:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-a-very-large-file-geodatabase-feature/m-p/24559#M892</guid>
      <dc:creator>NataliaGutierrez1</dc:creator>
      <dc:date>2018-11-13T20:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a very large File Geodatabase Feature Class after an Add Join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-a-very-large-file-geodatabase-feature/m-p/24560#M893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, then you can recreate the join and try the export.&amp;nbsp; Or, execute the Join Field tool.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2018 20:59:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-a-very-large-file-geodatabase-feature/m-p/24560#M893</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2018-11-13T20:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a very large File Geodatabase Feature Class after an Add Join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-a-very-large-file-geodatabase-feature/m-p/24561#M894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok perfect thank you so much! I really appreciate your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2018 21:01:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-a-very-large-file-geodatabase-feature/m-p/24561#M894</guid>
      <dc:creator>NataliaGutierrez1</dc:creator>
      <dc:date>2018-11-13T21:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a very large File Geodatabase Feature Class after an Add Join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-a-very-large-file-geodatabase-feature/m-p/24562#M895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the &lt;STRONG&gt;Feature Class to Geodatabase&lt;/STRONG&gt; tool to move the shapefile into the Geodatabase as a File Geodatabase Feature Class and it is taking too long.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there another faster way to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2018 19:42:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-a-very-large-file-geodatabase-feature/m-p/24562#M895</guid>
      <dc:creator>NataliaGutierrez1</dc:creator>
      <dc:date>2018-11-14T19:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a very large File Geodatabase Feature Class after an Add Join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-a-very-large-file-geodatabase-feature/m-p/24563#M896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the shapefile on the same machine as the File Geodatabase?&amp;nbsp; If it is not, try copying the shapefile to the same server the File Geodatabase is on using Window's File Explorer.&amp;nbsp; This could be a network issue. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2018 19:48:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-a-very-large-file-geodatabase-feature/m-p/24563#M896</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2018-11-14T19:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting a very large File Geodatabase Feature Class after an Add Join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/exporting-a-very-large-file-geodatabase-feature/m-p/24564#M897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is actually on the same server and it ended up finishing sooner than the percentage was telling me.&lt;/P&gt;&lt;P&gt;It stayed on 2% and then it was completed after 5 minutes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also wanted to let you know that I tried the steps you told me yesterday and the time it is taking to export the file has reduced dramatically! &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2018 20:22:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/exporting-a-very-large-file-geodatabase-feature/m-p/24564#M897</guid>
      <dc:creator>NataliaGutierrez1</dc:creator>
      <dc:date>2018-11-14T20:22:08Z</dc:date>
    </item>
  </channel>
</rss>

