Opened 2 years ago
Closed 2 years ago
#5259 closed defect (fixed)
PostGIS Functions over-costed
Reported by: | pramsey | Owned by: | pramsey |
---|---|---|---|
Priority: | high | Milestone: | PostGIS 3.4.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
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.
Note:
See TracTickets
for help on using tickets.
In 44e6da9/git: