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.