[postgis-tickets] [PostGIS] #5259: PostGIS Functions over-costed
PostGIS
trac at osgeo.org
Tue Oct 18 14:49:15 PDT 2022
#5259: PostGIS Functions over-costed
---------------------+---------------------------
Reporter: pramsey | Owner: pramsey
Type: defect | Status: new
Priority: high | Milestone: PostGIS 3.4.0
Component: postgis | Version: master
Keywords: |
---------------------+---------------------------
As discussed:
https://lists.osgeo.org/pipermail/postgis-devel/2022-September/029818.html
In general, the high (and arbitrary) costs assigned to some PostGIS
functions are flipping plans into less desirable states. On the repeatable
case discussed, cutting the high cost in half allowed the preferred plan
to prevail. In general we want to keep our function costs high, since
compared to pretty much all PgSQL core functions we do have some extremely
high computation needs, and want plans that reflect that.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5259>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list