Date
1 - 2 of 2
Query Execution
karthi...@...
Hi, I was wondering if the execution of a single query/traversal is on a single node or is the execution distributed across nodes ? I understand that the storage is distributed across many machines with HBase/Cassandra, but how is the execution of the query handled ? I am new here, so please excuse my lack of knowledge. Thanks. - Karthik |
|
HadoopMarc <m.c.d...@...>
Hi Karthik, The query execution is carried out by the JanusGraph instance, see http://docs.janusgraph.org/0.1.0-SNAPSHOT/arch-overview.html The JanusGraph instance can be your own application with JanusGraph dependencies (embedded operation), the gremlin console or the JanusGraph/Gremlin server. The JanusGraph instance on its turn depends on TinkerPop. Cheers, Marc Op woensdag 25 januari 2017 15:55:57 UTC+1 schreef karthik tunga:
|
|