Hosted feature services with data in an ArcGIS spatiotemporal big data store allow paging only up to 10000 records when running a query.
上次发布: May 27, 2020ArcGIS GIS Server
漏洞 ID 编号
BUG-000107323
已提交
August 12, 2017
上次修改时间
March 18, 2025
适用范围
ArcGIS GIS Server
找到的版本
10.5.1
操作系统
Windows OS
操作系统版本
2012 R2
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This is by design. Although user can increase the maxResultWindow using rest/admin updateDefinition operation, it can cause severe performance implications.
Use bin's (LOD's) for display where possible. Map Viewer uses these bins for display.
User should also refine queries, using attribute or spatial filters to get result sets that are within the maxResultWindow limit. Use Return Count Only queries to check if the result set exceeds maxResultWindow limit.