avowkind commented on issue #365:
URL: https://github.com/apache/age/issues/365#issuecomment-2048637499

   Thanks - this was a good debug experience.
   
   I think my key underlying question is about whether it’s possible to create 
a dangling edge via cypher queries alone?
   
   If not we would have to look at whether the vertex got deleted by some other 
route or something happened during creation.
   
   Also given that the request was for VLE for paths like this
   
   SELECT * FROM cypher('fishpond', $$
   MATCH (p:PropertyType)<-[edge:typeOf*0..]-(node:PropertyType)
   WHERE p.id = 'fish_weight_g'
   RETURN node, edge
   $$) as ( node agtype, edge agtype);
   
   I wonder that we went anywhere near edges that link to observations.
   While there are only a few 100 items in the property graph and a few 1000 in 
the feature graph there will be millions in the observation graph.
   
   Thanks Andrew
   
   > On 11 Apr 2024, at 12:13 PM, John Gemignani ***@***.***> wrote:
   >
   > ***@***.***(https://github.com/avowkind) Yeah, the VLE goes on the 
assumption that everything is set up correctly, meaning every edge that exists 
has vertices that exist. If it comes across issues, it just quits because it 
might be a data corruption issue.
   >
   > I'm going to put a PR together to have the VLE highlight these cases when 
the VLE loads. This way a user can find them. I will also fix it so that it 
just gives warning messages and continues.
   >
   > Thoughts?
   >
   > —
   > Reply to this email directly, [view it on 
GitHub](https://github.com/apache/age/issues/365#issuecomment-2048631205), or 
[unsubscribe](https://github.com/notifications/unsubscribe-auth/AAMFYFKZAQP2N55C4YTWPHTY4XITRAVCNFSM6AAAAAASIWFLLGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBYGYZTCMRQGU).
   > You are receiving this because you were mentioned.Message ID: ***@***.***>


-- 
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

Reply via email to