[postgis-users] Query to create 2-pt linestrings from Multilinestrings running very very very slow

Ruth Simm goldfish_and_muskie at yahoo.com
Wed Jun 24 14:43:41 PDT 2015


and now...it failed:
WARNING:  terminating connection because of crash of another server processDETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.HINT:  In a moment you should be able to reconnect to the database and repeat your command.********** Error **********

Connection reset. 



     On Wednesday, June 24, 2015 11:05 AM, Ruth Simm <goldfish_and_muskie at yahoo.com> wrote:
   

 Hi all,
I began running this query on a table with 19,763 rows...and it is taking forever (up to 14 hours and still running). I was wondering if there was any other way to optimize this... (note: without creating edges with Topology - which is equally slow)? 
Thank you for your time.

Specs:PostgreSQL 9.2.4PostGis 2.1.0
SELECT row_number() OVER() new_id, geom 
INTO linestrings FROM
  (SELECT 
    (ST_Dump(ST_Node(ST_Union(geom)))).geom geom 
  FROM multlinestrings) a;



  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20150624/c8415e89/attachment.html>


More information about the postgis-users mailing list