JoshInnis commented on issue #14:
URL: https://github.com/apache/incubator-age/issues/14#issuecomment-776489398


   To expand upon John's two posts: Cypher can modify data mid-query, in a 
single node implementation Postgres's transaction system has held up and this 
has not proven to be an issue. We need to do more research to confirm this 
won't be an issue in a distributed deployment.
   
   AgensGraph has always been and will always be a single node database that 
converts the Cypher graph model into a relational model. AGE most notable 
upcoming goalpost is to emulate that behaviour. We have the ability to make AGE 
work in a distributed deployment, have sql queries inside a cypher query, use 
other graph query languages, implement a native graph storage solution within 
Postgres, etc.  Where AGE ends is up to the community as a whole to decide.


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to