<?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: Slow - 10.4 Client with Sql Spatial Views in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/slow-10-4-client-with-sql-spatial-views/m-p/770114#M876</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for the delayed reply. I just got caught up with other things.&lt;/P&gt;&lt;P&gt;They are the same Database instance just different ArcMap Clients.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10.4 = Slow&lt;/P&gt;&lt;P&gt;10.3 = Fast&lt;/P&gt;&lt;P&gt;Same data source, same query, same computer specs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have noticed this on many different SQL Spatial views.&lt;/P&gt;&lt;P&gt;We will be looking into it further in the coming days to see if we can see what is happening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once last note, the same issue appears in ArcGIS Server also. Our 10.4 services renders the data very slow where 10.3 is blazing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 May 2016 13:31:07 GMT</pubDate>
    <dc:creator>Drew</dc:creator>
    <dc:date>2016-05-10T13:31:07Z</dc:date>
    <item>
      <title>Slow - 10.4 Client with Sql Spatial Views</title>
      <link>https://community.esri.com/t5/geodatabase-questions/slow-10-4-client-with-sql-spatial-views/m-p/770110#M872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We have recently upgraded our ArcMap instances to 10.4 and are now having performance issues with our SQL Spatial Views.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Querying on the database side is fine, its when the views are loaded into ArcMap &lt;STRONG&gt;10.4&lt;/STRONG&gt; when the slowness starts.&amp;nbsp; If I fiddle with the view I can make it perform better but its hit and miss. The 10.4 client is doing something because in 10.3 clients the views perform as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our SDE Geodatabase has also been upgraded to 10.4 and is running on SQL Server 2012 (64 bit)&lt;/P&gt;&lt;P&gt;One additional note: If I create the exact same view as a "Query Layer" in ArcMap the data performs as expected.&amp;nbsp; Its only when its compiled as a SQLSpatial View when the slowness starts. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone else had this problem or have a solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 14:18:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/slow-10-4-client-with-sql-spatial-views/m-p/770110#M872</guid>
      <dc:creator>Drew</dc:creator>
      <dc:date>2016-04-15T14:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Slow - 10.4 Client with Sql Spatial Views</title>
      <link>https://community.esri.com/t5/geodatabase-questions/slow-10-4-client-with-sql-spatial-views/m-p/770111#M873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Query Layers and registered spatial views are very different creatures.&amp;nbsp; The registered views know the expected geometry type and expected data envelope due to metadata stored in the sde.sde_layers table.&amp;nbsp; This allows the Direct Connect DLL to avoid using a spatial query constraint if it would be inefficient (e.g., it wouldn't significantly reduce the number of features).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You've also had some significant trauma to your database due to the various upgrades.&amp;nbsp; Rebuilding all the indexes and all the index statistics would be a good course of action at this point.&amp;nbsp; If you have any large (250k+ row) tables that are performing poorly, you should consider &lt;A href="http://desktop.arcgis.com/en/arcmap/10.3/tools/data-management-toolbox/sort.htm"&gt;spatially sorting&lt;/A&gt; them into a new table, and measuring for spatial query performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the future, please use specific time intervals in performance questions (e.g "17.3 minutes"), and include the topology type (point/line/poly) and the number of rows involved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 18:52:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/slow-10-4-client-with-sql-spatial-views/m-p/770111#M873</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2016-04-15T18:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: Slow - 10.4 Client with Sql Spatial Views</title>
      <link>https://community.esri.com/t5/geodatabase-questions/slow-10-4-client-with-sql-spatial-views/m-p/770112#M874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Vince.&lt;/P&gt;&lt;P&gt;The one key thing is that the spatial views work fine in a ArcMap 10.3&amp;nbsp; but slow in 10.4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am doing testing on a Polygon feature class (parcels to be specific) and it takes about 12 minutes to load into ArcMap in 10.4 and maybe 15 seconds in 10.3&amp;nbsp; --- using the exact same sql spatial view.&amp;nbsp; The parcels data is about 200,000 records.&lt;/P&gt;&lt;P&gt;Inside the view is a very simply join to ownership data.&amp;nbsp; I have seen this same issue on other sql spatial views with only 200 records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 20:28:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/slow-10-4-client-with-sql-spatial-views/m-p/770112#M874</guid>
      <dc:creator>Drew</dc:creator>
      <dc:date>2016-04-15T20:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: Slow - 10.4 Client with Sql Spatial Views</title>
      <link>https://community.esri.com/t5/geodatabase-questions/slow-10-4-client-with-sql-spatial-views/m-p/770113#M875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But they're different instances, with different database releases (?? - this wan't clear), right?&amp;nbsp; Therefore 10.3/10.4 is not the only variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What tweaks were you making to change view performance?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the end, you'll need to determine the optimizer query plan, and figure out why the query is processed so inefficiently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Apr 2016 03:27:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/slow-10-4-client-with-sql-spatial-views/m-p/770113#M875</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2016-04-16T03:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Slow - 10.4 Client with Sql Spatial Views</title>
      <link>https://community.esri.com/t5/geodatabase-questions/slow-10-4-client-with-sql-spatial-views/m-p/770114#M876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for the delayed reply. I just got caught up with other things.&lt;/P&gt;&lt;P&gt;They are the same Database instance just different ArcMap Clients.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10.4 = Slow&lt;/P&gt;&lt;P&gt;10.3 = Fast&lt;/P&gt;&lt;P&gt;Same data source, same query, same computer specs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have noticed this on many different SQL Spatial views.&lt;/P&gt;&lt;P&gt;We will be looking into it further in the coming days to see if we can see what is happening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once last note, the same issue appears in ArcGIS Server also. Our 10.4 services renders the data very slow where 10.3 is blazing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2016 13:31:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/slow-10-4-client-with-sql-spatial-views/m-p/770114#M876</guid>
      <dc:creator>Drew</dc:creator>
      <dc:date>2016-05-10T13:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Slow - 10.4 Client with Sql Spatial Views</title>
      <link>https://community.esri.com/t5/geodatabase-questions/slow-10-4-client-with-sql-spatial-views/m-p/770115#M877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are these spatial views being created new or were they created under &amp;lt;= 10.3.x and carried over?&amp;nbsp; If the latter, have you tried deleting the views and re-creating them natively in 10.4?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2016 14:35:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/slow-10-4-client-with-sql-spatial-views/m-p/770115#M877</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2016-05-10T14:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: Slow - 10.4 Client with Sql Spatial Views</title>
      <link>https://community.esri.com/t5/geodatabase-questions/slow-10-4-client-with-sql-spatial-views/m-p/770116#M878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Drew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You mentioned that you also upgraded the geodatabase from 10.3 to 10.4. In SQL Server, this process should adjust the geodatabase properties to enable READ_COMMITTED_SNAPSHOT and ALLOW_SNAPSHOT_ISOLATION, but if the user upgrading the geodatabase doesn't have the appropriate permissions it might not make that adjustment. Can you verify these two options are set to TRUE? See the link below for more information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/get-started/introduction/whats-new-in-arcgis.htm#GUID-BFAB27B8-04AA-4C21-90D0-C63B7A7A4E59" title="http://desktop.arcgis.com/en/arcmap/latest/get-started/introduction/whats-new-in-arcgis.htm#GUID-BFAB27B8-04AA-4C21-90D0-C63B7A7A4E59"&gt;What's new in ArcMap—ArcGIS Help | ArcGIS for Desktop&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Supriya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 15:53:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/slow-10-4-client-with-sql-spatial-views/m-p/770116#M878</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2016-05-12T15:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Slow - 10.4 Client with Sql Spatial Views</title>
      <link>https://community.esri.com/t5/geodatabase-questions/slow-10-4-client-with-sql-spatial-views/m-p/770117#M879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you ever solve this? We have exactly the same thing happening here. SQL Spatial Views created in 10.3 are terribly slow in Arcmap 10.4, i.e. a spatial view loaded into Arcmap 10.3.1 takes around 20 seconds to load, the same view takes 19 minutes to load in ArcMap 10.4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a test, I've created a fresh SQL database using the tools in ArcGIS 10.4, imported only the couple of datasets involved in the spatial view and freshly created the spatial view in this new database. Exactly the same result, seconds to load in 10.3.1, minutes in 10.4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like Drew, our web services using these spatial views with ArcGIS Server 10.4 are so terribly slow I have had to remove the spatial views and use other datasets to keep them up and running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both old and new SQL databases are SQL Server 2012, both have &lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;READ_COMMITTED_SNAPSHOT and ALLOW_SNAPSHOT_ISOLATION enabled.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Any advice?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Steve&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 02:18:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/slow-10-4-client-with-sql-spatial-views/m-p/770117#M879</guid>
      <dc:creator>SteveCaswell</dc:creator>
      <dc:date>2016-06-17T02:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Slow - 10.4 Client with Sql Spatial Views</title>
      <link>https://community.esri.com/t5/geodatabase-questions/slow-10-4-client-with-sql-spatial-views/m-p/770118#M880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Steve,&lt;/P&gt;&lt;P&gt;We have not figured it out yet a full solution yet, but a patch is to actually paste the views SQL Code into ArcGMap as a Query Layer. It's messy but it keeps our AGS Services up and running without copies of the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the settings that Supriya suggested and everything looked good. ArcMap is doing something.&lt;BR /&gt;We hope to open a ticket in the near future but just have not had the time to get a full demo up and running to send to ESRI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps in the short term.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 13:04:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/slow-10-4-client-with-sql-spatial-views/m-p/770118#M880</guid>
      <dc:creator>Drew</dc:creator>
      <dc:date>2016-06-17T13:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Slow - 10.4 Client with Sql Spatial Views</title>
      <link>https://community.esri.com/t5/geodatabase-questions/slow-10-4-client-with-sql-spatial-views/m-p/770119#M881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lately I've upgraded from ArcMap 10.2 to ArcMap 10.4 and have similar with "Add Layer" from layer file performance for SQL server. &lt;STRONG&gt;It got 5 times slowe&lt;/STRONG&gt;r.&lt;/P&gt;&lt;P&gt;- I thought this was ArcObject issue but it's ArcMap itself. It seems it try to make new reconnect to SQL Server whenever reload same layer in same session. Something got worse and waiting response from ESRI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is more information about this , please let me know .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks guys&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2016 17:47:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/slow-10-4-client-with-sql-spatial-views/m-p/770119#M881</guid>
      <dc:creator>joonpark</dc:creator>
      <dc:date>2016-08-12T17:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Slow - 10.4 Client with Sql Spatial Views</title>
      <link>https://community.esri.com/t5/geodatabase-questions/slow-10-4-client-with-sql-spatial-views/m-p/770120#M882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This issue might be related to the following bug that was recently logged:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://support.esri.com/bugs/nimbus/QlVHLTAwMDA5NzE4Ng==" title="http://support.esri.com/bugs/nimbus/QlVHLTAwMDA5NzE4Ng=="&gt;BUG-000097186: Data displays slower in ArcGIS 10.4 for Desktop..&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 21:19:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/slow-10-4-client-with-sql-spatial-views/m-p/770120#M882</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2016-08-22T21:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Slow - 10.4 Client with Sql Spatial Views</title>
      <link>https://community.esri.com/t5/geodatabase-questions/slow-10-4-client-with-sql-spatial-views/m-p/770121#M883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reference and link, it is always helpful.&amp;nbsp; Given the bug is still "New" after 2+ months, it appears an Esri Development team hasn't even reviewed it yet.&amp;nbsp; My guess, even if the root cause is found for 10.4.x, a patch won't be released.&amp;nbsp; Think about installing 10.5 when it gets released.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 12:27:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/slow-10-4-client-with-sql-spatial-views/m-p/770121#M883</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2016-08-23T12:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Slow - 10.4 Client with Sql Spatial Views</title>
      <link>https://community.esri.com/t5/geodatabase-questions/slow-10-4-client-with-sql-spatial-views/m-p/770122#M884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This may be related, but I'm unable to publish a spatial view (from SQL server 2012) to our 10.4.1 ArcGIS Server. I can view it fine in ArcMap 10.4.1, and it publishes to our 10.3.1 ArcGIS Server without problems. The error I get when publishing to 10.4 is "Packaging succeeded, but publishing failed. ERROR 001487: Failed to update the published service with the server-side data location."&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2016 16:39:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/slow-10-4-client-with-sql-spatial-views/m-p/770122#M884</guid>
      <dc:creator>ChelseaRozek</dc:creator>
      <dc:date>2016-10-27T16:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: Slow - 10.4 Client with Sql Spatial Views</title>
      <link>https://community.esri.com/t5/geodatabase-questions/slow-10-4-client-with-sql-spatial-views/m-p/770123#M885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a support case connected to this bug as well. &amp;nbsp;Getting in on this thread to keep up with any developments. Some SQL Server views work fine in 10.3, slow in 10.4.1, Pro 1.3.1 (some views are find in both, it depends on what they're doing). We did a lot of database design and even custom Pro SDK development around these views, so they're critical to us.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2016 21:20:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/slow-10-4-client-with-sql-spatial-views/m-p/770123#M885</guid>
      <dc:creator>TedChapin</dc:creator>
      <dc:date>2016-11-10T21:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Slow - 10.4 Client with Sql Spatial Views</title>
      <link>https://community.esri.com/t5/geodatabase-questions/slow-10-4-client-with-sql-spatial-views/m-p/770125#M887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What patches have you applied to your 10.4.1 server?&amp;nbsp; Although the &lt;A href="http://support.esri.com/Products/Server/arcgis-server/ArcGIS-GIS-Server/10-4-1#downloads?id=7397"&gt;ArcGIS for Server Publishing Patch &lt;/A&gt;doesn't seem to address thi issue directly, I wonder if it does address it nonetheless.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2016 15:26:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/slow-10-4-client-with-sql-spatial-views/m-p/770125#M887</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2016-11-11T15:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Slow - 10.4 Client with Sql Spatial Views</title>
      <link>https://community.esri.com/t5/geodatabase-questions/slow-10-4-client-with-sql-spatial-views/m-p/770126#M888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We tried this patch.. nothing changed.&lt;/P&gt;&lt;P&gt;Our only fix is to use the Spatial View SQL code as the query layer instead of referencing the view itself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2016 16:35:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/slow-10-4-client-with-sql-spatial-views/m-p/770126#M888</guid>
      <dc:creator>Drew</dc:creator>
      <dc:date>2016-11-11T16:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Slow - 10.4 Client with Sql Spatial Views</title>
      <link>https://community.esri.com/t5/geodatabase-questions/slow-10-4-client-with-sql-spatial-views/m-p/770127#M889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Drew.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We actually already tried using the SQL from the spatial view in our query layer -- that's the code included in my post above. &amp;nbsp;Before we did that, our query layer was (effectively) a simple 'SELECT * FROM OUR_SPATIAL_VIEW', and&amp;nbsp;&lt;SPAN&gt;OUR_SPATIAL_VIEW had the SQL code above. &amp;nbsp;Pulling the SQL into the query layer seemed to help at first, but subsequently performed poorly for us. &amp;nbsp;The performance stats noted above were using the "full" SQL in our query layer.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Would love to hear from Esri on this.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Nov 2016 02:37:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/slow-10-4-client-with-sql-spatial-views/m-p/770127#M889</guid>
      <dc:creator>ChrisBeaudette</dc:creator>
      <dc:date>2016-11-12T02:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: Slow - 10.4 Client with Sql Spatial Views</title>
      <link>https://community.esri.com/t5/geodatabase-questions/slow-10-4-client-with-sql-spatial-views/m-p/770128#M890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to hear from Esri on a topic, you should create a Tech Support incident.&amp;nbsp; Second choice (but not nearly as effective) is to try to contact your local marketing rep, who has access to techincal resources for ad-hoc queries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While plenty of Esri staff participate in GeoNet, very few are authorized to speak for Esri, so the moment you write "&lt;SPAN&gt;Would love to hear from Esri on this&lt;/SPAN&gt;" you discourage any further participation from Esri staff (which probably wasn't your intent).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2016 15:31:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/slow-10-4-client-with-sql-spatial-views/m-p/770128#M890</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2016-11-16T15:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Slow - 10.4 Client with Sql Spatial Views</title>
      <link>https://community.esri.com/t5/geodatabase-questions/slow-10-4-client-with-sql-spatial-views/m-p/770129#M891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it. &amp;nbsp;My expectations have been correspondingly lowered. &amp;nbsp;(Again)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2016 16:34:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/slow-10-4-client-with-sql-spatial-views/m-p/770129#M891</guid>
      <dc:creator>ChrisBeaudette</dc:creator>
      <dc:date>2016-11-16T16:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: Slow - 10.4 Client with Sql Spatial Views</title>
      <link>https://community.esri.com/t5/geodatabase-questions/slow-10-4-client-with-sql-spatial-views/m-p/770130#M892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vince, your comments are contrary to what I've been hearing from Esri at DevSummit and geodev meetups. I hope (and think&amp;nbsp;&lt;A href="https://community.esri.com/people/jbarry-esristaff"&gt;jbarry-esristaff&lt;/A&gt;‌ would agree) that asking for Esri employee feedback in this forum is acceptable and encouraged. A bug has already been referenced above, so obviously people are using tech support. This thread has been an invaluable supplement to a tech support incident I've logged.&lt;BR /&gt;&lt;BR /&gt;BTW, there are other groups in Esri that use Geonet heavily. &amp;nbsp;For example, the Pro SDK team asked their users to post questions on their content area, and they respond daily. It's been a huge help both with and without an official tech support incident.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2016 16:54:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/slow-10-4-client-with-sql-spatial-views/m-p/770130#M892</guid>
      <dc:creator>TedChapin</dc:creator>
      <dc:date>2016-11-16T16:54:27Z</dc:date>
    </item>
  </channel>
</rss>

