Opened 11 years ago

Last modified 7 years ago

#2459 new enhancement

Speed up pagc_normalize_address

Reported by: robe Owned by: robe
Priority: medium Milestone: PostGIS Fund Me
Component: pagc_address_parser Version: master
Keywords: Cc:

Description

Currently the way that pagc_normalize_address wraps the standard_address function, using it is actually slower than the normalize_address, but of course produces superior results.

such as the below that normalize_address would otherwise screw up.

SELECT *
FROM geocode(pagc_normalize_address('1000 S. Fremont Ave.,
Bldg. A-11,
Alhambra, CA 91803'), 1)

This speed issue is already documented in http://postgis.net/docs/manual-dev/Pagc_Normalize_Address.html and work around for it.

It would be nice though to have both speed and elegance.

Change History (5)

comment:1 by robe, 9 years ago

Priority: mediumhigh

comment:2 by robe, 9 years ago

Priority: highmedium

I probably won't get to this, but since its really a performance thing not new feature (I can hasz do after 6/30 right :) )

comment:3 by robe, 9 years ago

Milestone: PostGIS 2.2.0PostGIS 2.3.0

comment:4 by robe, 8 years ago

Milestone: PostGIS 2.3.0PostGIS Future

comment:5 by robe, 7 years ago

Milestone: PostGIS FuturePostGIS Fund Me

Milestone renamed

Note: See TracTickets for help on using tickets.