Re: Where does Computation happens


hadoopmarc@...
 

Hi Dany,

Some anwers:
  1. computation happens inside janusgraph (not the storage backend) and janusgraph runs as part of gremlin server
  2. yes, a query and its computations run on a single gremlin server instance
  3. None. If you run a g.V().count(), that is a full table scan, gremlin server will not run out of memory, but if you have billions of vertices the query will take days. For the kinds of workloads that you worry about, JanusGraph has some initial support for OLAP type operations in which all data are loaded by a spark cluster and computation results are returned to the janusgraph instance.
Best wishes,   Marc

Join janusgraph-users@lists.lfaidata.foundation to automatically receive all group messages.