[fdo-trac] #222: SQLServerSpatial Provider: improve geometries
fetching performance
FDO
trac_fdo at osgeo.org
Mon Jan 14 12:56:07 EST 2008
#222: SQLServerSpatial Provider: improve geometries fetching performance
---------------------------+------------------------------------------------
Reporter: danstoica | Owner: danstoica
Type: enhancement | Status: new
Priority: major | Milestone: 3.3.0
Component: FDO API | Version: 3.3.0
Severity: 3 | Keywords:
External_id: |
---------------------------+------------------------------------------------
Currently when a larger than 5K geometry is hit, the geometries are
unbound and all the subsequent batches are fetched as blobs. Note array
fetch mechanism is in place.
This can be optimezed as:
- enlarge the buffer size (say 10K)
- fetch as blob only the truncated geometry
- rebind back the array of geometries.
--
Ticket URL: <http://trac.osgeo.org/fdo/ticket/222>
FDO <http://fdo.osgeo.org/>
Feature Data Objects
More information about the fdo-trac
mailing list