]> granicus.if.org Git - postgis/commitdiff
wow geocoder flies on decent hardware.
authorRegina Obe <lr@pcorp.us>
Thu, 10 Feb 2011 06:56:33 +0000 (06:56 +0000)
committerRegina Obe <lr@pcorp.us>
Thu, 10 Feb 2011 06:56:33 +0000 (06:56 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@6797 b70326c6-7e19-0410-871a-916f4a2858ee

doc/extras_tigergeocoder.xml

index 675dcc3671658d8b5171c044c24a5fbb4a992830..cd3379631e333e784d78b46ef90f971bcf6eec31 100644 (file)
@@ -83,7 +83,7 @@
 --------+---------------------------+------+---------+------+--------+----+-------
       0 | POINT(-71.05518 42.36311) |  226 | Hanover | St   | Boston | MA | 02113
 </programlisting>     
-<para>Can handle misspellings and provides more than one possible solution with ratings and takes longer (4 seconds).</para>
+<para>Can handle misspellings and provides more than one possible solution with ratings and takes longer (4 seconds on fairly crappy single processor 3GIG RAM XP box, but 453 ms on windows 2003 8 GIG ram 2 processor quad core server) .</para>
 <programlisting>SELECT g.rating, ST_AsText(ST_SnapToGrid(g.geomout,0.00001)) As wktlonlat, 
     (addy).address As stno, (addy).streetname As street, 
        (addy).streettypeabbrev As styp, (addy).location As city, (addy).stateabbrev As st,(addy).zip