[postgis-users] Slow Query Times for Split Tiles
elliott
elliott at cpi.com
Fri Nov 4 05:50:11 PDT 2011
Yes, I am certain that the table has been indexed. If I use the
raster2pgsql.py script with the -I option to load additional data, it
complains that the table is already indexed.
Querying for 10,000 lat/lons on locations that have not been imported
into the database is very fast returning in 2 seconds. It can very
quickly determine that there are no intersections. However, when there
are intersections for all 10,000 lat/lons, the query is taking over 2
minutes. Would you expect the performance to be better than that?
On 11/3/2011 4:32 PM, Pierre Racine wrote:
>> Thanks for the suggestion. From the output, it doesn't look like it is using the
>> index even though an index was created with the raster2pgsql.py script. Is there
>> a specific way to tell the query to use the index?
>>
> Could you make sure you really created an index on the 50x50 pixel table. I don't see the -I option in your raster2pgsql.py command...
>
> Pierre
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users
>
>
More information about the postgis-users
mailing list