<?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: AGSQuery Result Limit? in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsquery-result-limit/m-p/659413#M5881</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is a limit on the ArcGIS Server service.&amp;nbsp; Log in to your ArcGIS Server machine, and navigate to C:\Program Files\ArcGIS\server\user\cfg.&amp;nbsp; Open the .cfg file for the service you are trying to access.&amp;nbsp; Change the &amp;lt;MaxRecordCount&amp;gt; property to whatever you need it to be.&amp;nbsp; Be sure to restart the map service and clear out the cache.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Actually, would you mind posting back about this?&amp;nbsp; I would love to hear how the iphone sdk handles over 3000 graphics!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Jul 2010 15:25:06 GMT</pubDate>
    <dc:creator>JeremyBixby</dc:creator>
    <dc:date>2010-07-20T15:25:06Z</dc:date>
    <item>
      <title>AGSQuery Result Limit?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsquery-result-limit/m-p/659412#M5880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there a limit on the number of results that can be returned using the AGSQuery Task?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;my querry only returns a few of the records that I need.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Code example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;AGSQuery * query1 = [AGSQuery query];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;query1.where = @"State = 'TX'";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;query1.outfields = [NSArray arrayWithObject:@"*"];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[self.query1QueryTask executeWithQuery: query1];&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;from what I can gather the .where statement queries the attribute field State and returns those records that match the State = TX.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Well this only returns a few results.&amp;nbsp; I am expecting to get over 3000 results.&amp;nbsp; it only returns a handful.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;is there a set limit that AGSQuery can handle?&amp;nbsp; if so what is that Limit?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help?!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jul 2010 14:23:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsquery-result-limit/m-p/659412#M5880</guid>
      <dc:creator>JeffPapirtis</dc:creator>
      <dc:date>2010-07-20T14:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: AGSQuery Result Limit?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsquery-result-limit/m-p/659413#M5881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is a limit on the ArcGIS Server service.&amp;nbsp; Log in to your ArcGIS Server machine, and navigate to C:\Program Files\ArcGIS\server\user\cfg.&amp;nbsp; Open the .cfg file for the service you are trying to access.&amp;nbsp; Change the &amp;lt;MaxRecordCount&amp;gt; property to whatever you need it to be.&amp;nbsp; Be sure to restart the map service and clear out the cache.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Actually, would you mind posting back about this?&amp;nbsp; I would love to hear how the iphone sdk handles over 3000 graphics!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jul 2010 15:25:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsquery-result-limit/m-p/659413#M5881</guid>
      <dc:creator>JeremyBixby</dc:creator>
      <dc:date>2010-07-20T15:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: AGSQuery Result Limit?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsquery-result-limit/m-p/659414#M5882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;3000 graphics tends to slow down the device a bit, but I think that most of the slowdown is on the server side performing the query.&amp;nbsp; On average it took about 15 seconds on the iPad simulator to draw 3000 graphics.&amp;nbsp; not terribly bad considering it took about 30 seconds on our flex application to do the same thing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for pointing me to the file location!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jul 2010 12:27:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsquery-result-limit/m-p/659414#M5882</guid>
      <dc:creator>JeffPapirtis</dc:creator>
      <dc:date>2010-07-23T12:27:37Z</dc:date>
    </item>
  </channel>
</rss>

