Opened 13 years ago
Closed 13 years ago
#983 closed task (fixed)
Optimize ST_AddIsoNode
Reported by: | strk | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | topology | Version: | master |
Keywords: | Cc: |
Description
When given a containing face > 0, ST_AddIsoNode currently still check for containment in all faces rather than just the given one.
Also, when given null or 0 containing face, ST_AddIsoNode makes a double scan: one only checking for MBR, and another checking the actual containment.
Both cases can be optimized.
The code I'm referring to entered the code base with r7222
Change History (2)
comment:1 by , 13 years ago
Milestone: | PostGIS 2.0.0 → PostGIS 2.1.0 |
---|
comment:2 by , 13 years ago
Milestone: | PostGIS 2.1.0 → PostGIS 2.0.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Done with r9398