<?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 QueryTask Performance issues with SHAPE field in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/querytask-performance-issues-with-shape-field/m-p/601384#M15426</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi There &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have built a rest service within ArcGIS Server 9.3.1 which i want to query using the QueryTask in the ArcGIS API for Silverlight 3. When i specify my output fields and those fields doesnt include the "Shape" field , the query performs pretty quick with no issues. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As soon as i include the "Shape" field within my output fields I experience slow performane. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anybody know how this might occure ? am i missing something ? or do i do something wrong ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 May 2010 13:18:51 GMT</pubDate>
    <dc:creator>JohanFerguson</dc:creator>
    <dc:date>2010-05-25T13:18:51Z</dc:date>
    <item>
      <title>QueryTask Performance issues with SHAPE field</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/querytask-performance-issues-with-shape-field/m-p/601384#M15426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi There &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have built a rest service within ArcGIS Server 9.3.1 which i want to query using the QueryTask in the ArcGIS API for Silverlight 3. When i specify my output fields and those fields doesnt include the "Shape" field , the query performs pretty quick with no issues. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As soon as i include the "Shape" field within my output fields I experience slow performane. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anybody know how this might occure ? am i missing something ? or do i do something wrong ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 May 2010 13:18:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/querytask-performance-issues-with-shape-field/m-p/601384#M15426</guid>
      <dc:creator>JohanFerguson</dc:creator>
      <dc:date>2010-05-25T13:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: QueryTask Performance issues with SHAPE field</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/querytask-performance-issues-with-shape-field/m-p/601385#M15427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;By including the SHAPE field, it means that the geometry is serialized, transferred and deserialized. So, depending on the number of objects returned by your query,&amp;nbsp; you can slow down the performance (also depending on type of geometry, a point is lighter than a polyline or a polygon).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the reason why in the query sample (&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#AttributeQuery"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#AttributeQuery&lt;/A&gt;&lt;SPAN&gt;), a first query is done to get the state names without the geometry and then, when the user selects one state, a new query is done on this state.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tested the first query with all fields instead of just the state name. In this case the request returns about 220kb instead of 616b ==&amp;gt; ratio = 360.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 13:05:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/querytask-performance-issues-with-shape-field/m-p/601385#M15427</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2010-05-26T13:05:33Z</dc:date>
    </item>
  </channel>
</rss>

