Changes between Initial Version and Version 2 of Ticket #3949
- Timestamp:
- 12/21/17 11:17:54 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3949
- Property Priority medium → high
-
Ticket #3949 – Description
initial v2 1 1 For the pair of attached geometries, the standard distance code appears to go into an infinite (at least, very long) loop. Similarly sized geometries can run distance calculations in a few 10s of ms. 2 2 {{{ 3 select st_4 distance(a.geom, b.geom),3 select 4 st_distance(a.geom, b.geom), 5 5 a.edabbr, b.edabbr, 6 6 st_memsize(a.geom), st_memsize(b.geom)