Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[ogr] Fix very slow feature requests when filter string set
Follow up 217e700. Avoid the very expensive iteration to find matching features when a subset string is set by instead querying the original, unfiltered layer when we are doing a FilterFids type request. Fixes many hangs when using OGR layers with filters in place.
- Loading branch information
Showing
with
24 additions
and 13 deletions.