Re: Janusgraph evaluation/POC with large semiconductor measurement data advice needed
Boxuan Li
Hi Eric,
toggle quoted message
Show quoted text
Could you try the following query instead? lots=g.V().hasLabel('Lot').has('name',"abc").out('lotFile').out('thxxFilePValue').values('name','parvalue’) Make sure you also enable the `query.batch` option in your config. FYI, valueMap() is executed in a serial fashion while values() can be executed concurrently (we have an open issue for that https://github.com/JanusGraph/janusgraph/issues/2444). Please let me know if you still have any sort of performance problem after applying the above trick. It’s likely that your use case could be further tuned. Best, Boxuan
|
|