Matheus Farias de Oliveira Matsumoto

Results 23 comments of Matheus Farias de Oliveira Matsumoto

Sure! When I type `git status` on the terminal, it shows that I'm on the `main` branch: ``` git status On branch main Your branch is up to date with...

I did the addition of vertices and edges with the terminal app. Then, just to visualize the graph, I went to AGE Viewer. I believe that some nodes may have...

Oh and I forgot to add that I'm using: * MacOS Ventura 13.1 * Safari browser

I did not try it with postgres version 12.

I was looking at other issues and this bug actually happened here : #77 , but someone there said that also had the same bug at #71 and that #75...

Running the query it outputs this: ``` label | namespace_id | cnt | name | namespace | name | graph | id | kind | relation -------------------+--------------+-----+--------------+--------------+-------------------+-------+----+------+---------------------------------- AUTHOR_OF | 17439...

No worries! I'll try it again with postgres version 12 and write here if I stumble on any bugs.

Thank you for the awesome detailed answers @danielwambo and @namsi-lia ! Based on your comments, I believe you guys definitely have a deeper knowledge about this. As @jrgemignani mentioned, it...

Hi Rafsun! The vertices can be created before and then create the edges after. I thought about this solution before, but wouldn't this be O(n) for creating the vertices and...

I've checked the same queries with Neo4J and it works the same way. Vertices are duplicated also. It is an expected behavior I guess.