Opened 2 years ago
Closed 2 years ago
#5154 closed defect (fixed)
raster ST_Value is undercosted
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.0.6 |
Component: | raster | Version: | 3.2.x |
Keywords: | Cc: |
Description
I'm noticing a case where parallelism is not kicking in with && and ST_Value , but is with ST_Intersects and ST_Value because the ST_Value function has a cost of 1.
Change History (6)
comment:2 by , 2 years ago
In 3360dbe6/git:
Add cost to ST_Value. References #5154 for PostGIS 3.1.6
comment:4 by , 2 years ago
Summary: | ST_Value is undercosted → raster ST_Value is undercosted |
---|
Note:
See TracTickets
for help on using tickets.
In ab3c325/git:
In 3360dbe6/git: