[postgis-tickets] [PostGIS] #3403: Deserialize PostGIS geometry directly into GEOSGeometry

PostGIS trac at osgeo.org
Fri Dec 18 06:15:56 PST 2015


#3403: Deserialize PostGIS geometry directly into GEOSGeometry
--------------------------+---------------------------
  Reporter:  dbaston      |      Owner:  pramsey
      Type:  enhancement  |     Status:  closed
  Priority:  low          |  Milestone:  PostGIS 2.2.1
 Component:  postgis      |    Version:  2.2.x
Resolution:  wontfix      |   Keywords:
--------------------------+---------------------------
Changes (by dbaston):

 * status:  new => closed
 * resolution:   => wontfix


Comment:

 I'm creating this ticket as documentation of what I consider a failed
 experiment.  I created these routines and while the relative performance
 boost can be high, the absolute time savings is unlikely to matter in any
 realistic scenario.  If you're getting a centroid of 1 million points, you
 don't care if it takes 2 seconds or 1 second, and if you're getting the
 centroid of a billion points, you'll probably run out of memory before
 you're worried about CPU cycles.

 In short, the benefits are few and don't justify the increased code
 volume.

--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3403#comment:1>
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