Opened 4 years ago

Closed 4 years ago

#4805 closed enhancement (fixed)

_ST_SortableHash

Reported by: komzpa Owned by: komzpa
Priority: medium Milestone: PostGIS 3.1.0
Component: postgis Version: 2.5.x -- EOL
Keywords: Cc:

Description

To work around Postgres performance issue we want to expose _ST_SortableHash. Discussed at https://etherpad.mit.edu/p/15Bb4p8b1z

Change History (1)

comment:1 by Darafei Praliaskouski <me@…>, 4 years ago

Resolution: fixed
Status: assignedclosed

In 8b13c3e/git:

Expose _ST_SortableHash

Intentionally undocumented. Use as a work around for slow
ORDER BY geom in parallel plans until Postgres gets better.

Closes #4805

Note: See TracTickets for help on using tickets.