[gdal-dev] Re: OGR Spatialite driver and spatial index

2011-08-29 Thread Jukka Rahkonen
Even Rouault mines-paris.org> writes: > Improvement commited in r23008. > > Before : > $ time ogrinfo berlin.sqlite osm_polygon -spat 1489000 6899000 149 > 690 > -al -so > real 0m0.619s > user 0m0.580s > sys 0m0.040s > > After : > $ time ogrinfo berlin.sqlite osm_polygon -spat 14

Re: [gdal-dev] Re: OGR Spatialite driver and spatial index

2011-08-29 Thread Even Rouault
Le lundi 29 août 2011 12:19:26, Jukka Rahkonen a écrit : > Even Rouault mines-paris.org> writes: > > Hum, the OGR driver was indeed written a bit too naively, assuming that > > MBRIntersects() would be similar to the && operator in PostGIS. > > Apparently not. Strange that this hasn't been reporte

[gdal-dev] Re: OGR Spatialite driver and spatial index

2011-08-29 Thread Jukka Rahkonen
Even Rouault mines-paris.org> writes: > Hum, the OGR driver was indeed written a bit too naively, assuming that > MBRIntersects() would be similar to the && operator in PostGIS. Apparently > not. > Strange that this hasn't been reported before, but I assume you can only > see the > difference w