[Geoserver-devel] [jira] (GEOS-5330) HTTP Get GetFeature on WFS-1.1.0 with BBOX much slower than XML POST on big featureTypes

Rudi Hochmeister created BugGEOS-5330
HTTP Get GetFeature on WFS-1.1.0 with BBOX much slower than XML POST on big featureTypes

Issue Type:

BugBug

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:

MajorMajor

Reporter:

Rudi Hochmeister

This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your [JIRA administrators](https://jira.codehaus.org/secure/ContactAdministrators!default.jspa). For more information on JIRA, see: [http://www.atlassian.com/software/jira](http://www.atlassian.com/software/jira)