On 11-04-12 10:33 AM, Duarte Carreira wrote:
Hi listers.

I’m seing a very long delay while connecting to ArcSDE. Even if I just do
ogrinfo on a single layer I still have to wait a few minutes before I get
anything back.

Any parameter I can use?

Duarte,

The SDE driver docs at http://www.gdal.org/ogr/drv_sde.html says:

"If the layer parameter is specified then the SDE driver is able to skip reading the summary metadata for each layer; skipping this step can be a significant time savings."

So try listing the layer of interest in the connection string.


  SDE:server,instance,database,username,password,layer

Best regards,
--
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up   | Frank Warmerdam, warmer...@pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | Geospatial Programmer for Rent

_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to