Difference between revisions of "Paris Code Sprint 2016 : GDAL Agenda"

From OSGeo
Jump to navigation Jump to search
m
 
Line 14: Line 14:
 
** See: https://github.com/mapbox/rasterio/issues/538 for discussion
 
** See: https://github.com/mapbox/rasterio/issues/538 for discussion
  
* Improve performance of ODBC and related drivers - right now if you don't specify table filter it is too slow against large
+
* Improve performance of ODBC and related drivers ( https://trac.osgeo.org/gdal/ticket/6373 ) - right now if you don't specify table filter it is too slow against large
 
databases as it seems every table call requeries all metadata of all tables. This I ran into when using ogr-fdw
 
databases as it seems every table call requeries all metadata of all tables. This I ran into when using ogr-fdw
 
** See: https://github.com/pramsey/pgsql-ogr-fdw/issues/50 (but concluded the issue is in GDAL/OGR since querying with ogrinfo and friends is just as slow)
 
** See: https://github.com/pramsey/pgsql-ogr-fdw/issues/50 (but concluded the issue is in GDAL/OGR since querying with ogrinfo and friends is just as slow)

Latest revision as of 15:19, 19 February 2016

Discussion and group review topics for the Paris Code Sprint 2016.

Tasks

databases as it seems every table call requeries all metadata of all tables. This I ran into when using ogr-fdw

Discussions