[postgis-devel] patch adding cachable to certain functions
strk at refractions.net
strk at refractions.net
Mon Jan 3 06:56:59 PST 2005
Committed --strk;
On Sat, Jan 01, 2005 at 05:42:26PM -0500, Carl Anderson wrote:
>
> add cachable to certain functions .
>
> cachable is appropriate whenever the output will be the same for the
> same params.
> it also speeds up statements like
>
> select boundary(the_geom) from mytab where length(boundary(the_geom)) > 10;
>
> because cachable tells postgres that it does not need to compute
> boundary() twice.
>
> C.
> _______________________________________________
> postgis-devel mailing list
> postgis-devel at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-devel
--
For standing up against patentability of software,
Thank You, Poland!
Read the intervention: http://kwiki.ffii.org/ConsPolon041221En
Send your thanks: thankyoupoland.info
Read/do more: http://www.noepatents.org/
More information about the postgis-devel
mailing list