<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi,<br><br>I'm a GIS newbie that has TIGER_2010 data for U.S.-California loaded in PostGIS as a pilot.<br><br>For California alone, the edges table stores the multilinestring data has 3 million rows.&nbsp; I need to load/use all 50 States when I am done. Attempts to run assign_vertex_id on California alone go on for a few days then just dies with nothing inserted.<br><br>It seems to me that I should just add a column to the edges table (or a view or something related to edges) to permanently store the value returned by the point_to_id function instead of trying to generate a giant temporary table.&nbsp; <br><br>Am I headed in the right direction?&nbsp; What are the consequences I have to work through?&nbsp; I am competent at editing the SQL functions.&nbsp; I just don't know what the consequences of&nbsp; storing the data generated in point_to_id function
 somewhere else has on other pg_routing functions. <br><br>Thanks in advance for your patience answering a newbie question.<br><br>Michael.<br><br></td></tr></table>