ARQ is either as fast at joins as listStatements (because it is using the underlying Graph.find that backs listStatement) or is faster because it avoids churning lot of unnecessary bytes.

As many NoSQL application have discovered, reinventing joins client side, results in a lot of data transfer from data storage to client.

        Andy

Reply via email to