[I] Apache AGE takes a long time to create graph node [age]

2023-10-24 Thread via GitHub
I33Buckler opened a new issue, #1287: URL: https://github.com/apache/age/issues/1287 I am in the process of creating a graph node from a database table that has 7.6 million lines. The process runs a function to process the table into the graph with loops. Initial run of the process i

Re: [I] [PG-16] Result-relation RTE has no permissions info associated. How to change that? [age]

2023-10-24 Thread via GitHub
jrgemignani closed issue #1055: [PG-16] Result-relation RTE has no permissions info associated. How to change that? URL: https://github.com/apache/age/issues/1055 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

Re: [I] Apache AGE takes a long time to create graph node [age]

2023-10-24 Thread via GitHub
rafsun42 commented on issue #1287: URL: https://github.com/apache/age/issues/1287#issuecomment-1777664476 @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 Also, are you usi

Re: [I] If an alias is not specified, the count result is incorrect. [age]

2023-10-24 Thread via GitHub
jrgemignani commented on issue #945: URL: https://github.com/apache/age/issues/945#issuecomment-1777677416 PR #1288 has been created to address this. -- 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

Re: [I] Efficient Techniques for Tracking Graph Changes in Apache AGE [age]

2023-10-24 Thread via GitHub
jrgemignani commented on issue #1284: URL: https://github.com/apache/age/issues/1284#issuecomment-1778114979 @MatheusFarias03 One would need to research the mechanism that PG uses to log this data and then apply it to AGE. It "could", emphasis on "could", be a relatively easy thing to add.