[postgis-tickets] [PostGIS] #2459: Speed up pagc_normalize_address

PostGIS trac at osgeo.org
Sat Aug 31 17:21:25 PDT 2013


#2459: Speed up pagc_normalize_address
---------------------------------+------------------------------------------
 Reporter:  robe                 |       Owner:  robe         
     Type:  enhancement          |      Status:  new          
 Priority:  medium               |   Milestone:  PostGIS 2.2.0
Component:  pagc_address_parser  |     Version:  trunk        
 Keywords:                       |  
---------------------------------+------------------------------------------
 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.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2459>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list