[pgrouting-users] Multiple queries in a row

Iñigo Vázquez ivgwildchild666 at hotmail.com
Wed Nov 21 01:53:38 PST 2012


Dear all,
I need to obtain a set of nearest nodes from a given location (maybe 30 or 40). Then I need to calculate the shortest path from the given node from each others. It means to execute shortes_path query multiple times in a row, wich takes about 2 seconds (1 query 2 seconds: 30 queries 60 -> too long).SELECT * FROM shortest_path('
   SELECT id AS id,
          source::int4 AS source,
          target::int4 AS target,
          cost::float8 AS cost
   FROM tt_2po_4pgr',
275742,
274494,
false,
false)What would be the best way to do this in a reasonable time?
Thank in advance!
Pd: excuse my english 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pgrouting-users/attachments/20121121/76b7c316/attachment.html>


More information about the Pgrouting-users mailing list