-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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
1 parent
bab8b78
commit 2975339
Showing
2 changed files
with
24 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters