<?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: EXTREMELY SlOW JOINS in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/extremely-slow-joins/m-p/535968#M17811</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to zip and upload the data you are working with?&amp;nbsp; It sounds like it's data specific.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Jan 2015 14:11:38 GMT</pubDate>
    <dc:creator>JakeSkinner</dc:creator>
    <dc:date>2015-01-15T14:11:38Z</dc:date>
    <item>
      <title>EXTREMELY SlOW JOINS</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/extremely-slow-joins/m-p/535965#M17808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I'm having a bear of a time with what should be a simple task.&amp;nbsp; Joining property sales data to parcels that have been mapped.&amp;nbsp; The join works fine but takes forever.&amp;nbsp; Then, once the join is completed, it takes longer than forever for either the layer to draw or the attribute table to open.&amp;nbsp; There are only 2,800 records in my dataset so this should not be happening.&amp;nbsp; Additionally, if I try to export the data to create a new shape with the data I have joined, I get "Create output class feature failed."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 21:01:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/extremely-slow-joins/m-p/535965#M17808</guid>
      <dc:creator>KeithHenderson</dc:creator>
      <dc:date>2014-12-01T21:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: EXTREMELY SlOW JOINS</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/extremely-slow-joins/m-p/535966#M17809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Keith,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How is your data stored?&amp;nbsp; For example, a File Geodatabase, SDE Geodatabase, Shapefile, DBF table, etc.&amp;nbsp; Are you accessing any of the data over a network?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 21:13:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/extremely-slow-joins/m-p/535966#M17809</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2014-12-01T21:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: EXTREMELY SlOW JOINS</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/extremely-slow-joins/m-p/535967#M17810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry to take so long on this.&amp;nbsp; I sort of gave up and just waited and waited and waited until I could finish the project,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still using shapefiles (I'm an old man).&amp;nbsp; Yes, it is over a network but I did try to see if that was the issue by storing my map and data to a local drive.&amp;nbsp; I also tried converting to a geodatabase and storing that on my local drive but that gave me the same error message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 13:30:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/extremely-slow-joins/m-p/535967#M17810</guid>
      <dc:creator>KeithHenderson</dc:creator>
      <dc:date>2015-01-15T13:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: EXTREMELY SlOW JOINS</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/extremely-slow-joins/m-p/535968#M17811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to zip and upload the data you are working with?&amp;nbsp; It sounds like it's data specific.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 14:11:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/extremely-slow-joins/m-p/535968#M17811</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2015-01-15T14:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: EXTREMELY SlOW JOINS</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/extremely-slow-joins/m-p/535969#M17812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its doing full table scans.&amp;nbsp; Make sure you build an attribute index on the fields you are joining on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 14:13:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/extremely-slow-joins/m-p/535969#M17812</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2015-01-15T14:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: EXTREMELY SlOW JOINS</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/extremely-slow-joins/m-p/535970#M17813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did switch to the geodatabase format and that helped significantly but creating the file still took forever.&amp;nbsp; Probably just a problem with our miserable network.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 16:13:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/extremely-slow-joins/m-p/535970#M17813</guid>
      <dc:creator>KeithHenderson</dc:creator>
      <dc:date>2015-05-05T16:13:54Z</dc:date>
    </item>
  </channel>
</rss>

