Ticket #1474 (closed defect: fixed)
PostGIS fetches 1 at a time
| Reported by: | pramsey@… | Owned by: | mloskot |
|---|---|---|---|
| Priority: | highest | Milestone: | 1.4.1 |
| Component: | OGR_SF | Version: | 1.4.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by mloskot) (diff)
In ogrpglayer.cpp a CURSOR is prepared and features are fetched, but they are only fetched one at a time (#define CURSOR_PAGE 1). This is optimally memory efficient, but very database inefficient. A few hundred or thousand at a time would work better.
Change History
Note: See
TracTickets for help on using
tickets.
