jnayak1 opened a new issue, #1874: URL: https://github.com/apache/age/issues/1874
Searching the AGE documentation, I cannot find how the graph is structured internally. Is it structured similarly to Neo4j or something more like AWS Neptune? How is the data indexed? The reason I ask these questions is because I'm curious as to whether AGE is applicable to OLTP or OLAP or both? AWS Neptune DB for instance is only for OLTP. Neo4j is capable of doing both. OLTP queries for graph DBs are when you start at a node or a collection of nodes and traverse the graph. OLAP on the other hand you are interested in answering questions where you need to scan the whole graph to find the answer. My guess is that AGE is for OLTP queries but would like to know for sure. -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org