[postgis-tickets] [PostGIS] #2933: Speed up ST_GeomFromWKB
PostGIS
trac at osgeo.org
Sun Oct 5 13:55:05 PDT 2014
#2933: Speed up ST_GeomFromWKB
--------------------------+-------------------------------------------------
Reporter: strk | Owner: pramsey
Type: enhancement | Status: reopened
Priority: medium | Milestone: PostGIS 2.1.5
Component: postgis | Version: 2.1.x
Resolution: | Keywords: history
--------------------------+-------------------------------------------------
Changes (by nicklas):
* status: closed => reopened
* resolution: fixed =>
Comment:
When I tried the example sql query in the doc for ST_GeomFromWKB it takes
about 350 ms.
Something must be wrong, or I have a corrupt db in someway.
I have r13013
{{{
SELECT ST_AsEWKT(
ST_GeomFromWKB(E'\\001\\002\\000\\000\\000\\002\\000\\000\\000\\037\\205\\353Q\\270~\\\\\\300\\323Mb\\020X\\231C@\\020X9\\264\\310~\\\\\\300)\\\\\\217\\302\\365\\230C@')
);
}}}
Maybe it should be a new ticket, but I thought it might be related to the
fix?
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2933#comment:14>
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