Re: Loading Janus DB from a distributed program
HadoopMarc <m.c.d...@...>
Hi Rob, JanusGraph provides indices on properties. So you should be sure that you have an index declared on the property by which you want to identify your vertices. In that case, you can just retrieve the unknown vertex from the JanusGraph backend using an indexed query. This is not as fast as caching in JanuGraph itself, but I also do not see a way to realize that. Cheers, Marc Op maandag 6 maart 2017 17:03:24 UTC+1 schreef Rob Keevil:
|
|