<?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: Feature class joined to database performance issues. in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/feature-class-joined-to-database-performance/m-p/876953#M6556</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys that really did work and performance is significantly better now. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jun 2016 21:55:44 GMT</pubDate>
    <dc:creator>Anish_Adhikari</dc:creator>
    <dc:date>2016-06-29T21:55:44Z</dc:date>
    <item>
      <title>Feature class joined to database performance issues.</title>
      <link>https://community.esri.com/t5/geodatabase-questions/feature-class-joined-to-database-performance/m-p/876947#M6550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are having performance issues with feature classes joined with sql table views inside arcmap. We use this approach in arcmap as well as to publish the content as services to ArcGIS Server. The database gets constant updates so it is crucial that we maintain relationship between the feature class and sql view. There are typically 2000 to 4000 records on the joined table. The performance is very slow. We use this approach with many feature classes and tables and they show the same symptoms. Any help would be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 17:09:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/feature-class-joined-to-database-performance/m-p/876947#M6550</guid>
      <dc:creator>Anish_Adhikari</dc:creator>
      <dc:date>2016-06-17T17:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Feature class joined to database performance issues.</title>
      <link>https://community.esri.com/t5/geodatabase-questions/feature-class-joined-to-database-performance/m-p/876948#M6551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Anish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you add the following information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ArcGIS Client used?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the name and version of the RDBMS you are using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What version is the Geodatabase?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the joined data, it is in the same database (no registered with the geodatabase) or in another completely different database?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How long is too long?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With out the above information it will be difficult for people to help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/space/2100"&gt;ArcGIS for Server&lt;/A&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 18:09:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/feature-class-joined-to-database-performance/m-p/876948#M6551</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2016-06-17T18:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: Feature class joined to database performance issues.</title>
      <link>https://community.esri.com/t5/geodatabase-questions/feature-class-joined-to-database-performance/m-p/876949#M6552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;George, thank you for your response. Here is the information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ArcGIS client : Desktop 10.3.1&lt;/P&gt;&lt;P&gt;Database : SQL server 2008 R2&lt;/P&gt;&lt;P&gt;Geodatabase version : unknown&lt;/P&gt;&lt;P&gt;Feature class is on a File GDB and joined table exists on a separate standalone sql database view. &lt;/P&gt;&lt;P&gt;It takes few minutes for everything to load and if zoomed in or out, same amount of time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 18:20:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/feature-class-joined-to-database-performance/m-p/876949#M6552</guid>
      <dc:creator>Anish_Adhikari</dc:creator>
      <dc:date>2016-06-17T18:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Feature class joined to database performance issues.</title>
      <link>https://community.esri.com/t5/geodatabase-questions/feature-class-joined-to-database-performance/m-p/876950#M6553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have attribute indexes created on the fields that create the join?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 19:06:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/feature-class-joined-to-database-performance/m-p/876950#M6553</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2016-06-17T19:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: Feature class joined to database performance issues.</title>
      <link>https://community.esri.com/t5/geodatabase-questions/feature-class-joined-to-database-performance/m-p/876951#M6554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Based on that information, I would wonder how any join between a file geodatabase and another SQL Server database view would perform.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 19:14:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/feature-class-joined-to-database-performance/m-p/876951#M6554</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2016-06-17T19:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Feature class joined to database performance issues.</title>
      <link>https://community.esri.com/t5/geodatabase-questions/feature-class-joined-to-database-performance/m-p/876952#M6555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will try adding indexes and see how it will work. Thank You for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 21:38:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/feature-class-joined-to-database-performance/m-p/876952#M6555</guid>
      <dc:creator>Anish_Adhikari</dc:creator>
      <dc:date>2016-06-17T21:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Feature class joined to database performance issues.</title>
      <link>https://community.esri.com/t5/geodatabase-questions/feature-class-joined-to-database-performance/m-p/876953#M6556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys that really did work and performance is significantly better now. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2016 21:55:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/feature-class-joined-to-database-performance/m-p/876953#M6556</guid>
      <dc:creator>Anish_Adhikari</dc:creator>
      <dc:date>2016-06-29T21:55:44Z</dc:date>
    </item>
  </channel>
</rss>

