Re: Persistence of graph view
Lilly <lfie...@...>
Hi Marc, I guess I did not explain my issue very well. What I meant to say is this. Suppose these ids correspond to some filtering criterion. Now having these ids I can create the subgraph. However, if on this subgraph I want to use another index (not the one related to the filtering criterion) "property", this will not be used. A (hopefully) simple example. Say I have a graph with properties p1, p2 and indecees on both. Now I get all indecees of vertices that have p1=x and store them in ids. Now doing g.V(ids).has(p2,...) will not make use of index p2. At least it does not show up in the profile step. Is it clear now what I mean? Or am I mistaken? Thanks, Lilly Am Montag, 7. Oktober 2019 15:49:01 UTC+2 schrieb ma...@...:
|
|