Opened 13 years ago
Closed 12 years ago
#1394 closed enhancement (worksforme)
Improve speed of geocode_intersection
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.1.0 |
Component: | tiger geocoder | Version: | master |
Keywords: | Cc: |
Description
Enough said. Subsequent calls around the same area can be very fast because of memory data caching but the timings are too all over the place for my liking for random intersection checks. Especially with less than abundant shared memory.
Change History (2)
comment:1 by , 13 years ago
Milestone: | PostGIS Future → PostGIS 2.1.0 |
---|
comment:2 by , 12 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
The intersection speed for some reason seems pretty good to me. Might be sensitive to join collaps limit. I'm going to close this out for now.