Paragon Corporation wrote:
I personally think we should raise the costs for all postgis functions since
all postgis functions are definitely more costly than standard other
functions.
I agree. Also, rather than just assigning a value > 1, I would suggest we try to gather some stats about every function and set the cost appropriately. (IE, it's far more expensive to compute ST_Contains or ST_Intersects than ST_GeometryType or ST_PointN). Maybe we could come up with a cost estimate matrix and assign functions an appropriate cost based on their average run time. Of course even that's anyone's best guess since averages are totally dependent on a individual's dataset ... but it'd be a start.

-- Kevin
_______________________________________________
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users

Reply via email to