]> granicus.if.org Git - postgis/commitdiff
update stats
authorRegina Obe <lr@pcorp.us>
Mon, 30 Apr 2012 00:35:56 +0000 (00:35 +0000)
committerRegina Obe <lr@pcorp.us>
Mon, 30 Apr 2012 00:35:56 +0000 (00:35 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9698 b70326c6-7e19-0410-871a-916f4a2858ee

doc/extras_tigergeocoder.xml

index e6f87a5576264a323443018aee6b2ec15fc90e3a..0ef4e86a5639387d4be30354de154b09c964a090 100644 (file)
@@ -354,15 +354,15 @@ Total query runtime: 245 ms.
 
          <refsection>
                <title>Examples: Basic</title>
-               <para>The below examples timings are on a 3.0 GHZ single processor Windows 7 machine with 2GB ram running PostgreSQL 9.0/PostGIS 1.5 loaded with all of MA state Tiger data loaded.</para>
-               <para>Currently a bit slow (3000 ms)</para>
+               <para>The below examples timings are on a 3.0 GHZ single processor Windows 7 machine with 2GB ram running PostgreSQL 9.0/PostGIS 1.5 loaded with all of MA state Tiger data loaded. Currently a bit slow (3000 ms)</para>
+               <para>Testing on Windows 2003 64-bit 8GB on PostGIS 2.0 PostgreSQL 64-bit Tiger 2011 data loaded -- (41ms)</para>
                <programlisting>SELECT pprint_addy(addy), st_astext(geomout),rating 
                        FROM geocode_intersection( 'Haverford St','Germania St', 'MA', 'Boston', '02130',1); 
            pprint_addy            |         st_astext          | rating
 ----------------------------------+----------------------------+--------
 98 Haverford St, Boston, MA 02130 | POINT(-71.101375 42.31376) |      0
 </programlisting>
-               <para>Even if zip is not passed in the geocoder can guess (took about 3500 ms)</para>
+               <para>Even if zip is not passed in the geocoder can guess (took about 3500 ms on the windows 7 box), on the windows 2003 64-bit 741 ms</para>
                <programlisting>SELECT pprint_addy(addy), st_astext(geomout),rating 
                                FROM geocode_intersection('Weld', 'School', 'MA', 'Boston');
           pprint_addy          |        st_astext         | rating