[GitHub] [age] humzakt commented on issue #971: Is there any Good documentation how age load works

2023-06-12 Thread via GitHub
humzakt commented on issue #971: URL: https://github.com/apache/age/issues/971#issuecomment-1588547831 I would refer you to the detailed [documentation](https://age.apache.org/age-manual/master/intro/agload.html) for deeper insights on the function -- This is an automated message from

[GitHub] [age] rafsun42 closed issue #981: Analyse MATCH clause performance (basic node finding)

2023-06-12 Thread via GitHub
rafsun42 closed issue #981: Analyse MATCH clause performance (basic node finding) URL: https://github.com/apache/age/issues/981 -- 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.

[GitHub] [age] Zeesh-an commented on issue #971: Is there any Good documentation how age load works

2023-06-12 Thread via GitHub
Zeesh-an commented on issue #971: URL: https://github.com/apache/age/issues/971#issuecomment-1588200899 You can find the documentation [here](https://age.apache.org/age-manual/master/intro/agload.html). However, the link only explains usage of tool, you can refer the AGE manual for

[GitHub] [age] dehowef commented on issue #966: How to export graph data for Giraph analysis?

2023-06-12 Thread via GitHub
dehowef commented on issue #966: URL: https://github.com/apache/age/issues/966#issuecomment-1588141636 @bigplaice Hi Steven, any update if you were able to get this to work? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [age] Zeesh-an commented on issue #978: The count number does not match on UPDATE and DELETE.

2023-06-12 Thread via GitHub
Zeesh-an commented on issue #978: URL: https://github.com/apache/age/issues/978#issuecomment-1588063850 It appears there may be some confusion. Only the rows returned from a Cypher query are displayed in the table. To accurately observe the changes made to graph entities, RETURN clause in

Απ: Offset and out of bounds

2023-06-12 Thread Panagiotis Foliadis
Yes of course. When we run the basic select * from cypher ('test', $$ create (u) return u) as (u agtype), fill_agtype_value() is being called multiple times. There are times when its called with the base_addr having the value "idlabelproperties" and the offset helps breaking down this string to

Re: Offset and out of bounds

2023-06-12 Thread John Gemignani
Could you give some example cases? john On Mon, Jun 12, 2023 at 11:12 AM Panagiotis Foliadis wrote: > Hey all, > > I'm having a hard time understanding the offset​ functionality in > fill_agtype_value​(). > There are many times when this function is called that the offset​ is > greater than

Offset and out of bounds

2023-06-12 Thread Panagiotis Foliadis
Hey all, I'm having a hard time understanding the offset​ functionality in fill_agtype_value​(). There are many times when this function is called that the offset​ is greater than the length of the base_addr​ resulting in fetching a value from out of bounds. How do the out-of-bounds values get

[GitHub] [age] dukeofhazardz commented on issue #971: Is there any Good documentation how age load works

2023-06-12 Thread via GitHub
dukeofhazardz commented on issue #971: URL: https://github.com/apache/age/issues/971#issuecomment-1587769980 @Munmud for a detailed documentation on the `age load` function and its usage, I recommend referring to the AGE manual. It provides comprehensive information on how the algorithm

[GitHub] [age] AbdulSamad4068 commented on issue #978: The count number does not match on UPDATE and DELETE.

2023-06-12 Thread via GitHub
AbdulSamad4068 commented on issue #978: URL: https://github.com/apache/age/issues/978#issuecomment-1587244769 The issue you're encountering is not a bug but a misunderstanding of how to view the updated or deleted rows in Apache AgeDB. In AgeDB, only the rows returned from the Cypher query

[GitHub] [age] TalhaMunir-JD commented on issue #971: Is there any Good documentation how age load works

2023-06-12 Thread via GitHub
TalhaMunir-JD commented on issue #971: URL: https://github.com/apache/age/issues/971#issuecomment-1587237960 As shoaib and mrrcxs said you can view this [link](https://age.apache.org/age-manual/master/intro/agload.html) for detailed documentation of load_labels_from_file() and