Description
Hi,
version: release-1800-x64-gdal-2-1-0-mapserver-7-0-1 for windows from www.gisinternals.com
I notice an issue in the version 7.0.1 when using a BBOX filter in a POST GetFeature request. The datasource is a TileIndex shapefile.
To get a result with only one feature, it takes around 40s. The same request with the version 6.4 takes around 40ms. The same request with a BBOX parameter instead of a BBOX filter with the version 7.0.1 is very faster too.
I tried to trace some actions with ProcMonitor (SysInternal), and I saw that in the version 7.0.1 with a filter, all shape files are opened. It is not the case with the version 6.4.
I didn't found another ticket for my case, but I saw that some performance issues will be fixed in the release 7.0.2. Maybe there are linked?
Thanks