I33Buckler commented on issue #1287: URL: https://github.com/apache/age/issues/1287#issuecomment-1779281110
> @I33Buckler AGE has utilities to load graph from CSV. Can it be used instead of plpgsql functions? https://age.apache.org/age-manual/master/intro/agload.html > Rather limiting for recommending a database extension to process the table by exporting to CSV and processing it outside the database. Expect to be able to process the database directly. Found this page a useful reference. https://stackoverflow.com/questions/75178525/is-it-possible-to-create-a-graph-in-age-using-existing-table-in-the-database The reason for the looping is that when I processed the table as a direct read the function completed with only 100 rows read into graph. > Also, are you using the latest master? A patch on detach delete was merged recently. Thank you for the reminder. I have pulled the updates from the repository and rebuilt the module. The reported version is 1.4.0 Note that detach delete is only called once to initialise the graph node before loading in the contents for the loop. This was added for removing nodes that were created as a result of testing specific sections of the table AllServices.Stop_Times. Process is still taking a long time to run. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@age.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org