Issue Type: Bug Bug
Affects Versions: 2.1.3
Assignee: Andrea Aime
Components: ArcSDE, WFS
Created: 01/Oct/12 9:11 AM
Description:

HTTP GET GetFeature on wfs-1.1.0 with bbox filter produces timeout on clients, because arcsde datastore is calculating a result-count in org.geotools.arcsde.data.ArcSDEQuery.calculateResultCount() on the whole featureType (12million features in this case), which takes minutes.

Behaviour is normal when requesting with HTTP POST XML Method + BBOX filter, because calculateResultCount() is not entered.

Can someone give a hint, please?

Environment: linux java6 tomcat6
Project: GeoServer
Priority: Major Major
Reporter: Rudi Hochmeister
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to