<?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: How to reduced query result limit..? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-reduced-query-result-limit/m-p/37869#M3187</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No worries.. Thanks for help.. Really appreciate that..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Aug 2018 18:21:37 GMT</pubDate>
    <dc:creator>Rocky_</dc:creator>
    <dc:date>2018-08-06T18:21:37Z</dc:date>
    <item>
      <title>How to reduced query result limit..?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-reduced-query-result-limit/m-p/37856#M3174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to query feature from service url. which having set&amp;nbsp;&amp;nbsp;&lt;STRONG style="color: #000000; background-color: #ffffff; font-size: 16.2px;"&gt;MaxRecordCount:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 16.2px;"&gt;100000 ..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 16.2px;"&gt;is there any possible way to reduced the limit for query results, cause this&amp;nbsp;&lt;STRONG&gt;MaxRecordCount:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;100000 giving me error of&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG style="background-color: #ffffff; color: #000000; font-size: 16.2px;"&gt;Timeout exceeded &lt;/STRONG&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 16.2px;"&gt;and&lt;/SPAN&gt;&lt;STRONG style="background-color: #ffffff; color: #000000; font-size: 16.2px;"&gt;&amp;nbsp;Error performing query operation.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 16.2px;"&gt;Can anyone please tell me how to solve this issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 16.2px;"&gt;Thanks in advance..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 16.2px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 17:02:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-reduced-query-result-limit/m-p/37856#M3174</guid>
      <dc:creator>Rocky_</dc:creator>
      <dc:date>2018-08-06T17:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduced query result limit..?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-reduced-query-result-limit/m-p/37857#M3175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try using the 'start' and 'num' parameters to break up the queries into manageable numbers (&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/api-reference/esri-tasks-support-Query.html#start" title="https://developers.arcgis.com/javascript/latest/api-reference/esri-tasks-support-Query.html#start"&gt;Query | API Reference | ArcGIS API for JavaScript 4.8&lt;/A&gt;)&amp;nbsp; &amp;nbsp;Providing a decent UX for &amp;gt;100,000 features can be tricky&amp;nbsp;so might think about filtering the data as part or your query, or providing a some type of 'paging' UI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 17:20:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-reduced-query-result-limit/m-p/37857#M3175</guid>
      <dc:creator>JohnGrayson</dc:creator>
      <dc:date>2018-08-06T17:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduced query result limit..?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-reduced-query-result-limit/m-p/37858#M3176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RAJ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; You can set the esriConfig request timeout property.&lt;/P&gt;&lt;P&gt;&lt;A class="link-bare" href="https://developers.arcgis.com/javascript/latest/api-reference/esri-config.html#request" title="https://developers.arcgis.com/javascript/latest/api-reference/esri-config.html#request"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-config.html#request&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 17:24:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-reduced-query-result-limit/m-p/37858#M3176</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-08-06T17:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduced query result limit..?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-reduced-query-result-limit/m-p/37859#M3177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; can you please share a snippet, how to use this timeout property..?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 17:30:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-reduced-query-result-limit/m-p/37859#M3177</guid>
      <dc:creator>Rocky_</dc:creator>
      <dc:date>2018-08-06T17:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduced query result limit..?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-reduced-query-result-limit/m-p/37860#M3178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello john,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Can you please share me a snippet or sample for it..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 17:32:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-reduced-query-result-limit/m-p/37860#M3178</guid>
      <dc:creator>Rocky_</dc:creator>
      <dc:date>2018-08-06T17:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduced query result limit..?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-reduced-query-result-limit/m-p/37861#M3179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="token function"&gt;require&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"esri/config"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;function&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;esriConfig&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp; esriConfig&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;request&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;timeout &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;120000&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This will affect all queries made in that app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 21:28:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-reduced-query-result-limit/m-p/37861#M3179</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-10T21:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduced query result limit..?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-reduced-query-result-limit/m-p/37862#M3180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tried this one, but not working.. still got same error timeout exceeded...&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 17:44:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-reduced-query-result-limit/m-p/37862#M3180</guid>
      <dc:creator>Rocky_</dc:creator>
      <dc:date>2018-08-06T17:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduced query result limit..?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-reduced-query-result-limit/m-p/37863#M3181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RAJ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Then it could be that 2 minutes is still not long enough and you are getting into the seriously unacceptable user wait time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 17:51:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-reduced-query-result-limit/m-p/37863#M3181</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-08-06T17:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduced query result limit..?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-reduced-query-result-limit/m-p/37864#M3182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so what is the possible solution for this..? can we reduced the result count to certain limit.. such as&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;max 5000 count per query&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 17:54:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-reduced-query-result-limit/m-p/37864#M3182</guid>
      <dc:creator>Rocky_</dc:creator>
      <dc:date>2018-08-06T17:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduced query result limit..?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-reduced-query-result-limit/m-p/37865#M3183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure that is controlled at the map service level. Go to server manager and adjust the maxRecordCount property&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 17:57:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-reduced-query-result-limit/m-p/37865#M3183</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-08-06T17:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduced query result limit..?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-reduced-query-result-limit/m-p/37866#M3184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I cant change the property on service itself. Is it any other way to do it..within the script..??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 18:13:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-reduced-query-result-limit/m-p/37866#M3184</guid>
      <dc:creator>Rocky_</dc:creator>
      <dc:date>2018-08-06T18:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduced query result limit..?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-reduced-query-result-limit/m-p/37867#M3185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Raj,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;can you please provide a simplified version of the specific portion of your code as a working codepen, jsbin, or similar, so we can see what you're trying?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 18:18:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-reduced-query-result-limit/m-p/37867#M3185</guid>
      <dc:creator>JohnGrayson</dc:creator>
      <dc:date>2018-08-06T18:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduced query result limit..?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-reduced-query-result-limit/m-p/37868#M3186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not that I am aware of&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 18:18:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-reduced-query-result-limit/m-p/37868#M3186</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-08-06T18:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduced query result limit..?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-reduced-query-result-limit/m-p/37869#M3187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No worries.. Thanks for help.. Really appreciate that..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 18:21:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-reduced-query-result-limit/m-p/37869#M3187</guid>
      <dc:creator>Rocky_</dc:creator>
      <dc:date>2018-08-06T18:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduced query result limit..?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-reduced-query-result-limit/m-p/37870#M3188</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;I'd suggest an alternative: First attempt to query for Object IDs (&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/3/jsapi/querytask-amd.html#executeforids" title="https://developers.arcgis.com/javascript/3/jsapi/querytask-amd.html#executeforids"&gt;QueryTask | API Reference | ArcGIS API for JavaScript 3.25&lt;/A&gt;&amp;nbsp;) and check how many features you are getting in the response. Using the object IDs in the response, you can query about half of the Object IDs to retrieve the features to test your response time. If it is still too long, you can again split it in half. Splitting your queries can reduce response time from the server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 04:06:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-reduced-query-result-limit/m-p/37870#M3188</guid>
      <dc:creator>HezronPhilip</dc:creator>
      <dc:date>2018-08-07T04:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduced query result limit..?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-reduced-query-result-limit/m-p/37871#M3189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for information. I'll try this one..&amp;nbsp;&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 14:15:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-reduced-query-result-limit/m-p/37871#M3189</guid>
      <dc:creator>Rocky_</dc:creator>
      <dc:date>2018-08-07T14:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduced query result limit..?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-reduced-query-result-limit/m-p/37872#M3190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would also suggest that when returning such a huge number of features, do not return geometry. (Although that would depend on what you are trying to attempt with the query)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set returnGeometry = false to get better response times in your query while attempting to query large number of features and then retrieve geometry on selection from a list of the returned features maybe.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2018 04:46:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-reduced-query-result-limit/m-p/37872#M3190</guid>
      <dc:creator>HezronPhilip</dc:creator>
      <dc:date>2018-08-08T04:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduced query result limit..?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-reduced-query-result-limit/m-p/37873#M3191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the suggestion Philip. I'll try this solution.. lets see how it works..&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2018 13:59:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-reduced-query-result-limit/m-p/37873#M3191</guid>
      <dc:creator>Rocky_</dc:creator>
      <dc:date>2018-08-08T13:59:17Z</dc:date>
    </item>
  </channel>
</rss>

