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

2023-10-28 Thread via GitHub
I33Buckler commented on issue #1287: URL: https://github.com/apache/age/issues/1287#issuecomment-1783935480 A factor that I've noticed with regard to the noticeable performance difference between joining the PostgreSQL tables in the database and and joining the nodes is the difference in

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

2023-10-28 Thread via GitHub
danielwambo commented on issue #1284: URL: https://github.com/apache/age/issues/1284#issuecomment-1783915761 @MatheusFarias03 A good way to do this is by creating a separate table then store the log details in it i.e in any modification addition or deletion of vertices and edges.

Re: [VOTE] Apache AGE 1.4.0 Release for PostgreSQL 11

2023-10-28 Thread Nicholas Sorrell
+1 (binding) Checked high level: - Signature and Hash - Tags and Links - LICENSE and NOTICE - No unexpected binary files - No unexpected files between git repo/apache release and all file checksums match Performed smoke test which includes: - Build Dockerfile (which

Re: [I] Python integration: raise AgeNotSet [age]

2023-10-28 Thread via GitHub
Sibiryakanton closed issue #1327: Python integration: raise AgeNotSet URL: https://github.com/apache/age/issues/1327 -- 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

Re: [I] Python integration: raise AgeNotSet [age]

2023-10-28 Thread via GitHub
Sibiryakanton commented on issue #1327: URL: https://github.com/apache/age/issues/1327#issuecomment-1783734766 Already figured it out myself - I thought the extension already created during container build-up. Suddenly, it's not a true. When I am added CREATE EXTENSION age before LOAD,