[postgis-devel] Faster option to get an image
Emilio de Torres Fernández
emilio.detorres at fueca.es
Tue Feb 15 04:53:00 PST 2011
No one can help me?
El lun, 14-02-2011 a las 08:18 -0800, cesius escribió:
> Hello,
>
> What is the faster option to get the image which contains one point given
> it's lat-long?
>
> Option 1:
> - Store all images in the DB.
> - Make a query that returns the image that contains the point.
>
> Option 2:
> - Store all images on the hard disk.
> - Save in the DB the bounding box (is this term correct?) of each image
> along with the path that indicates where it's stored.
> - Make a query to obtain the path.
> - Get the image from the disk.
>
> Best regards.
>
More information about the postgis-devel
mailing list