Skip to content

JanusGraph can parallel read properties by vid? #2401

Answered by li-boxuan
wen313 asked this question in Q&A
Discussion options

You must be logged in to vote

JanusGraph does support this. See query.batch option in https://docs.janusgraph.org/basics/configuration-reference/#query but whether it takes effect depends on the data backend you are using. For example, currently, Cassandra backend does not support it but HBase supports it. What is your data backend?

EDIT: just to update my answer to not mislead anyone who does not read the discussions below. In short, CQL backend supports "query.batch" option (see performance comparison between query.batch = false v.s. query.batch = true at https://www.experoinc.com/post/janusgraph-nuts-and-bolts-part-2-the-new-cql-adapter) but the option does not take effect on valueMap() step.

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@wen313
Comment options

@li-boxuan
Comment options

@li-boxuan
Comment options

@wen313
Comment options

@li-boxuan
Comment options

Answer selected by li-boxuan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants