Opened 6 weeks ago

Last modified 6 weeks ago

#5854 new defect

ST_Reskew Performance

Reported by: pramsey Owned by: pramsey
Priority: critical Milestone: PostGIS 3.5.3
Component: postgis Version: 3.5.x
Keywords: Cc:

Description

As reported on postgis-users

https://lists.osgeo.org/pipermail/postgis-users/2025-February/046730.html

Running ST_Reskew with a large enough raster seems to result in a performance cliff or infinite loop.

SELECT ST_Rotation(ST_Reskew(ST_AddBand(ST_MakeEmptyRaster(100, 430, 0, 0, 0.001, -0.001, 0, 0, 4269), '8BUI'::text, 1, 0), 0.0015));

Change History (1)

comment:1 by pramsey, 6 weeks ago

The issue seems to be an infinite loop.

Last edited 6 weeks ago by pramsey (previous) (diff)
Note: See TracTickets for help on using tickets.