Opened 17 years ago

Last modified 17 years ago

#1474 closed defect (fixed)

PostGIS fetches 1 at a time — at Initial Version

Reported by: pramsey@… Owned by: Mateusz Łoskot
Priority: highest Milestone: 1.4.1
Component: OGR_SF Version: 1.4.0
Severity: normal Keywords:
Cc:

Description

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 (0)

Note: See TracTickets for help on using tickets.