<?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: Maximum number of records returned by the server in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/maximum-number-of-records-returned-by-the-server/m-p/195603#M18066</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Jeff.&amp;nbsp; That helps.&amp;nbsp; And you're right.&amp;nbsp; Other attribute fields factor in the service can bog down the server or client side.&amp;nbsp; I'm wondering if eliminating/hiding fields (that aren't used in API) in the source map document before it gets published improves performance.&amp;nbsp; What are your thoughts?&amp;nbsp; Maybe others can chime in as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, you say your limit may be around 500 or lower.&amp;nbsp; Does that mean you limit one service per web page.&amp;nbsp; Or you have multiple services under 500 feature per web page?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;My understanding is that it is both, basically any query of the service&lt;BR /&gt;&lt;BR /&gt;And my practical experience is 500 was too high, and 1000 is much to high.&amp;nbsp; But that is my server, my environment, my data.&lt;BR /&gt;&lt;BR /&gt;A query returning 2000 records that are points with a single attribute is SIGNIFICANTLY lighter than my parcel query of very complex polygons returning 100 features each with 40+ attributes .&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Mar 2013 17:29:02 GMT</pubDate>
    <dc:creator>JK</dc:creator>
    <dc:date>2013-03-27T17:29:02Z</dc:date>
    <item>
      <title>Maximum number of records returned by the server</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/maximum-number-of-records-returned-by-the-server/m-p/195601#M18064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//0154000003p1000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//0154000003p1000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello, I had a question regarding the max # of records setting on AGS 10.1 when creating a service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does that apply to the findTask in a JS API where a user can search for matching criteria and the results are returned in a data grid.&amp;nbsp; Or does it apply to a total of features returned in a dynamic map service (REST) when a map is rendered?&amp;nbsp; Or both?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, I understand the AGS and browser's performance is impacted when raised above the default 1000.&amp;nbsp; Is there a number to stay away from?&amp;nbsp; 2000?&amp;nbsp; 3000? 5000?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please clarify.&amp;nbsp; Thanks!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;James&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS Server 10.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;JS API 3.3&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 16:41:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/maximum-number-of-records-returned-by-the-server/m-p/195601#M18064</guid>
      <dc:creator>JK</dc:creator>
      <dc:date>2013-03-27T16:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum number of records returned by the server</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/maximum-number-of-records-returned-by-the-server/m-p/195602#M18065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//0154000003p1000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//0154000003p1000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hello, I had a question regarding the max # of records setting on AGS 10.1 when creating a service.&lt;BR /&gt;&lt;BR /&gt;Does that apply to the findTask in a JS API where a user can search for matching criteria and the results are returned in a data grid.&amp;nbsp; Or does it apply to a total of features returned in a dynamic map service (REST) when a map is rendered?&amp;nbsp; Or both?&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;Also, I understand the AGS and browser's performance is impacted when raised above the default 1000.&amp;nbsp; Is there a number to stay away from?&amp;nbsp; 2000?&amp;nbsp; 3000? 5000?&lt;BR /&gt;&lt;BR /&gt;Please clarify.&amp;nbsp; Thanks!!&lt;BR /&gt;James&lt;BR /&gt;&lt;BR /&gt;ArcGIS Server 10.1&lt;BR /&gt;JS API 3.3&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;My understanding is that it is both, basically any query of the service&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And my practical experience is 500 was too high, and 1000 is much to high.&amp;nbsp; But that is my server, my environment, my data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A query returning 2000 records that are points with a single attribute is SIGNIFICANTLY lighter than my parcel query of very complex polygons returning 100 features each with 40+ attributes .&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 16:57:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/maximum-number-of-records-returned-by-the-server/m-p/195602#M18065</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2013-03-27T16:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum number of records returned by the server</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/maximum-number-of-records-returned-by-the-server/m-p/195603#M18066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Jeff.&amp;nbsp; That helps.&amp;nbsp; And you're right.&amp;nbsp; Other attribute fields factor in the service can bog down the server or client side.&amp;nbsp; I'm wondering if eliminating/hiding fields (that aren't used in API) in the source map document before it gets published improves performance.&amp;nbsp; What are your thoughts?&amp;nbsp; Maybe others can chime in as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, you say your limit may be around 500 or lower.&amp;nbsp; Does that mean you limit one service per web page.&amp;nbsp; Or you have multiple services under 500 feature per web page?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;My understanding is that it is both, basically any query of the service&lt;BR /&gt;&lt;BR /&gt;And my practical experience is 500 was too high, and 1000 is much to high.&amp;nbsp; But that is my server, my environment, my data.&lt;BR /&gt;&lt;BR /&gt;A query returning 2000 records that are points with a single attribute is SIGNIFICANTLY lighter than my parcel query of very complex polygons returning 100 features each with 40+ attributes .&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 17:29:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/maximum-number-of-records-returned-by-the-server/m-p/195603#M18066</guid>
      <dc:creator>JK</dc:creator>
      <dc:date>2013-03-27T17:29:02Z</dc:date>
    </item>
  </channel>
</rss>

