Re: [gdal-dev] Interesting debugging log from FileGBD driver

2019-04-30 Thread Even Rouault
On mardi 30 avril 2019 15:33:22 CEST Andrea Aime wrote: > On Tue, Apr 30, 2019 at 3:22 PM Even Rouault > > wrote: > > What is slow exactly ? The first time you do a spatial filtering (which is > > expected, since it requires to do a full scan of the file, because the > > driver > > doesn't know h

Re: [gdal-dev] Interesting debugging log from FileGBD driver

2019-04-30 Thread Even Rouault
Hi Andrea, > I'm looking at a performance issue rendering a very large ESRI File > geodatabase, and in the logs I see: > > CPLQuadTree: Estimated spatial index tree depth: 20 > CPLQuadTree: Falling back to max number of allowed index tree levels (12). > > Wondering if this might be a reason for

[gdal-dev] Interesting debugging log from FileGBD driver

2019-04-30 Thread Andrea Aime
Hi, I'm looking at a performance issue rendering a very large ESRI File geodatabase, and in the logs I see: CPLQuadTree: Estimated spatial index tree depth: 20 CPLQuadTree: Falling back to max number of allowed index tree levels (12). Wondering if this might be a reason for slow data extraction,