[postgis-users] GeometryCollection vs LineString speed

Ron Mayer rm_postgis at cheapcomplexdevices.com
Wed Feb 23 01:37:08 PST 2005


strk at refractions.net wrote:
> Ron, if your LINESTRINGS didn't get a BBOX cache this is a bug
> somewere. Can you remember how did you create those LINESTRINGS ?

Hmm....  I think it was like this:


fli=# select summary(GeomFromText('LINESTRING(0 0,1 1)',-1));
         summary
------------------------
Line[] with 2 points
(1 row)

fli=# select summary('LINESTRING(0 0,1 1)');
          summary
-------------------------
Line[B] with 2 points
(1 row)


fli=# select postgis_full_version();
                                           postgis_full_version
---------------------------------------------------------------------------------------------------------
  POSTGIS="1.0.0RC2" GEOS="2.1.1" PROJ="Rel. 4.4.9, 29 Oct 2004" 
USE_STATS DBPROC="0.1.0" RELPROC="0.1.0"
(1 row)






More information about the postgis-users mailing list